Minor follow-ups for user management support classes (#1857)

This commit is contained in:
Karl Burtram
2023-02-08 18:26:44 -08:00
committed by GitHub
parent 2ef5f0918a
commit 8d428aeb8a
3 changed files with 2 additions and 8 deletions

View File

@@ -67,9 +67,6 @@ namespace Microsoft.SqlTools.ServiceLayer.Security
private UserPrototype InitUserNew(CDataContainer dataContainer, UserInfo user)
{
// this.DataContainer = context;
// this.parentDbUrn = new Urn(this.DataContainer.ParentUrn);
// this.objectUrn = new Urn(this.DataContainer.ObjectUrn);
ExhaustiveUserTypes currentUserType;
UserPrototypeFactory userPrototypeFactory = UserPrototypeFactory.GetInstance(dataContainer, user);