Skip to content

Commit

Permalink
C#: Remove redundant using statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Dec 4, 2024
1 parent dde0281 commit 38e3913
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
@@ -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
{
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 38e3913

Please sign in to comment.