Skip to content

Commit 803a595

Browse files
dahlbyknulltoken
authored andcommitted
Remove unused usings
1 parent e3fca98 commit 803a595

File tree

8 files changed

+6
-25
lines changed

8 files changed

+6
-25
lines changed

LibGit2Sharp.Tests/ConfigurationFixture.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
32
using System.IO;
43
using System.Linq;
54
using LibGit2Sharp.Tests.TestHelpers;

LibGit2Sharp.Tests/IgnoreFixture.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.IO;
1+
using System.IO;
42
using System.Linq;
5-
using System.Text;
63
using LibGit2Sharp.Tests.TestHelpers;
74
using Xunit;
85

LibGit2Sharp.Tests/MergeFixture.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using System.IO;
1+
using System.IO;
32
using System.Linq;
43
using LibGit2Sharp.Tests.TestHelpers;
54
using Xunit;

LibGit2Sharp.Tests/RemoteFixture.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
1+
using System.Collections.Generic;
42
using LibGit2Sharp.Tests.TestHelpers;
53
using Xunit;
64
using Xunit.Extensions;

LibGit2Sharp.Tests/TestHelpers/ExpectedFetchState.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
using System;
2-
using System.Collections.Generic;
1+
using System.Collections.Generic;
32
using System.Linq;
4-
using System.Text;
53
using Xunit;
64

75
namespace LibGit2Sharp.Tests.TestHelpers

LibGit2Sharp.Tests/TestHelpers/TestRemoteInfo.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using LibGit2Sharp.Core.Compat;
1+
using System.Collections.Generic;
62

73
namespace LibGit2Sharp.Tests.TestHelpers
84
{

LibGit2Sharp/NetworkExtensions.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
using System.Globalization;
22
using LibGit2Sharp.Core;
3-
using System;
43
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text;
74

85
namespace LibGit2Sharp
96
{

LibGit2Sharp/PushResult.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
1+
using System.Collections.Generic;
52

63
namespace LibGit2Sharp
74
{

0 commit comments

Comments
 (0)