From 44fa7923a0addfb802afbe67854ea8659cd6d4c0 Mon Sep 17 00:00:00 2001 From: rvazarkar Date: Wed, 7 Aug 2024 14:30:17 -0400 Subject: [PATCH] chore: remove unused import --- src/CommonLib/ConnectionPoolManager.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/CommonLib/ConnectionPoolManager.cs b/src/CommonLib/ConnectionPoolManager.cs index 2a0336ab..2c4a7eea 100644 --- a/src/CommonLib/ConnectionPoolManager.cs +++ b/src/CommonLib/ConnectionPoolManager.cs @@ -2,7 +2,6 @@ using System.Collections.Concurrent; using System.Collections.Generic; using System.DirectoryServices; -using System.Runtime.CompilerServices; using System.Security.Principal; using System.Threading; using System.Threading.Tasks;