From ae9b87c3ef92088f40c4bf0530cf7132b1e1366d Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 1 Aug 2018 22:20:49 -0400 Subject: [PATCH] Remove unused using --- .../Security/WindowsSystemIdentityFactory.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tgstation.Server.Host/Security/WindowsSystemIdentityFactory.cs b/src/Tgstation.Server.Host/Security/WindowsSystemIdentityFactory.cs index 7c4aa091f2..f89bdf48b2 100644 --- a/src/Tgstation.Server.Host/Security/WindowsSystemIdentityFactory.cs +++ b/src/Tgstation.Server.Host/Security/WindowsSystemIdentityFactory.cs @@ -1,8 +1,6 @@ using Microsoft.Win32.SafeHandles; using System; -using System.ComponentModel; using System.DirectoryServices.AccountManagement; -using System.Runtime.InteropServices; using System.Security.Principal; using System.Threading; using System.Threading.Tasks;