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 Nov 29, 2024
1 parent 0e299ac commit 33d3218
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 33d3218

Please sign in to comment.