Skip to content

Commit 235ccd2

Browse files
committed
Remove useless namespace imports
1 parent b197de8 commit 235ccd2

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

LibGit2Sharp.Tests/TestHelpers/BaseFixture.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using System.IO;
4-
using Xunit;
54

65
namespace LibGit2Sharp.Tests.TestHelpers
76
{

LibGit2Sharp/Reference.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.Globalization;
3-
using System.Runtime.InteropServices;
43
using LibGit2Sharp.Core;
54
using LibGit2Sharp.Core.Compat;
65

LibGit2Sharp/TagAnnotation.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.Runtime.InteropServices;
32
using LibGit2Sharp.Core;
43
using LibGit2Sharp.Core.Compat;
54

0 commit comments

Comments
 (0)