C#: Remove redundant using statements.

This commit is contained in:
Michael Nebel
2024-11-27 10:03:17 +01:00
parent dde0281d25
commit 38e3913fa9
2 changed files with 1 additions and 8 deletions

View File

@@ -1,8 +1,6 @@
using System;
using System.IO;
using Semmle.Util;
using Semmle.Util.Logging;
using Semmle.Extraction.CSharp.DependencyFetching;
using System;
namespace Semmle.Extraction.CSharp.Standalone
{

View File

@@ -1,8 +1,3 @@
using System;
using System.Collections.Generic;
using Semmle.Util.Logging;
using Semmle.Extraction.CSharp.DependencyFetching;
namespace Semmle.Extraction.CSharp.Standalone
{
public class Program