Skip to content

Commit b904760

Browse files
committed
cleanup
1 parent 0bcd03c commit b904760

File tree

6 files changed

+0
-20
lines changed

6 files changed

+0
-20
lines changed

src/Polyfill/Guard_NotEmpty.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ namespace Polyfills;
66

77
#if PolyGuard
88

9-
using System.Linq;
109
using System.Runtime.CompilerServices;
1110
using System;
1211
using System.Collections;
1312
using System.Collections.Generic;
14-
using System.Linq.Expressions;
1513
using System.Diagnostics.CodeAnalysis;
1614

1715
#if PolyPublic

src/Polyfill/Guard_NotNull.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22

33
namespace Polyfills;
44

5-
65
#pragma warning disable
76

87
#if PolyGuard
98

109
using System;
1110
using System.Runtime.CompilerServices;
12-
using System.Diagnostics;
1311
using System.Diagnostics.CodeAnalysis;
1412

1513
#if PolyPublic

src/Polyfill/Guard_NotNullOrEmpty.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,9 @@
66

77
namespace Polyfills;
88

9-
using System.Linq;
109
using System.Runtime.CompilerServices;
1110
using System;
1211
using System.Collections;
13-
using System.Collections.Generic;
14-
using System.Linq.Expressions;
15-
using System.Diagnostics;
1612
using System.Diagnostics.CodeAnalysis;
1713

1814
#if PolyPublic

src/Polyfill/Guard_NotNullOrWhiteSpace.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@
66

77
namespace Polyfills;
88

9-
using System.Linq;
109
using System.Runtime.CompilerServices;
1110
using System;
12-
using System.Collections;
13-
using System.Collections.Generic;
14-
using System.Linq.Expressions;
15-
using System.Diagnostics;
1611
using System.Diagnostics.CodeAnalysis;
1712

1813
#if PolyPublic

src/Polyfill/Guard_NotWhiteSpace.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,8 @@
66

77
namespace Polyfills;
88

9-
using System.Linq;
109
using System.Runtime.CompilerServices;
1110
using System;
12-
using System.Collections;
13-
using System.Collections.Generic;
14-
using System.Linq.Expressions;
15-
using System.Diagnostics;
16-
using System.Diagnostics.CodeAnalysis;
1711

1812
#if PolyPublic
1913
public

src/Polyfill/Polyfill_CancellationTokenSource.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
namespace Polyfills;
55
using System;
6-
using System.Reflection;
76
using System.Threading;
87
using System.Threading.Tasks;
98
using Link = System.ComponentModel.DescriptionAttribute;

0 commit comments

Comments
 (0)