Skip to content

Commit

Permalink
refs and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 2, 2024
1 parent 055c26a commit f7b4ae3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions Fody/GlobalUsings.cs
@@ -1,6 +1,4 @@
// Global using directives

global using System;
global using System;
global using System.Diagnostics;
global using System.Diagnostics.CodeAnalysis;
global using System.Reflection;
Expand Down
4 changes: 1 addition & 3 deletions FodyHelpers/GlobalUsings.cs
@@ -1,6 +1,4 @@
// Global using directives

global using System;
global using System;
global using System.Diagnostics;
global using System.IO;
global using System.CodeDom.Compiler;
Expand Down
4 changes: 1 addition & 3 deletions FodyIsolated/GlobalUsings.cs
@@ -1,6 +1,4 @@
// Global using directives

global using System;
global using System;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
Expand Down
4 changes: 1 addition & 3 deletions Tests/GlobalUsings.cs
@@ -1,6 +1,4 @@
// Global using directives

global using System;
global using System;
global using System.Collections;
global using System.Collections.Generic;
global using Fody;
Expand Down

0 comments on commit f7b4ae3

Please sign in to comment.