From c60fa38d0260ef85587e12c20884d42128fa28ee Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Tue, 2 Oct 2018 12:30:51 -0400 Subject: [PATCH] Remove unused using --- tests/Tgstation.Server.Host.Tests/IO/TestSymlinkFactory.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Tgstation.Server.Host.Tests/IO/TestSymlinkFactory.cs b/tests/Tgstation.Server.Host.Tests/IO/TestSymlinkFactory.cs index d21955f066..0b8b6fbfc5 100644 --- a/tests/Tgstation.Server.Host.Tests/IO/TestSymlinkFactory.cs +++ b/tests/Tgstation.Server.Host.Tests/IO/TestSymlinkFactory.cs @@ -1,6 +1,5 @@ using Microsoft.VisualStudio.TestTools.UnitTesting; using System; -using System.ComponentModel; using System.IO; using System.Runtime.InteropServices; using System.Threading.Tasks;