Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2014-04-15 18:53:36 +0400
committernulltoken <emeric.fermas@gmail.com>2014-04-16 21:05:00 +0400
commit6ff7bf8a98fc54445801eac3d33205756135a0cf (patch)
tree46e1ec7577aba34331bafbf2338f417ac370da82 /LibGit2Sharp/ReferenceWrapper.cs
parentac394b41f27fe26a24b6d46a08b630abf02f72ab (diff)
Upgrade to .Net 4.0
Fix #654
Diffstat (limited to 'LibGit2Sharp/ReferenceWrapper.cs')
-rw-r--r--LibGit2Sharp/ReferenceWrapper.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/LibGit2Sharp/ReferenceWrapper.cs b/LibGit2Sharp/ReferenceWrapper.cs
index 4a6eeb7a..aaf56070 100644
--- a/LibGit2Sharp/ReferenceWrapper.cs
+++ b/LibGit2Sharp/ReferenceWrapper.cs
@@ -2,7 +2,6 @@
using System.Diagnostics;
using System.Globalization;
using LibGit2Sharp.Core;
-using LibGit2Sharp.Core.Compat;
namespace LibGit2Sharp
{