C#: Remove unnecessary usings

This commit is contained in:
Tamas Vajk
2020-10-02 11:14:46 +02:00
parent ec63acfb0c
commit b793af571e
38 changed files with 6 additions and 67 deletions

View File

@@ -1,6 +1,5 @@
using System;
using System.IO;
using System.Security.AccessControl;
namespace Semmle.Util.Logging
{