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/TreeDefinition.cs
parentac394b41f27fe26a24b6d46a08b630abf02f72ab (diff)
Upgrade to .Net 4.0
Fix #654
Diffstat (limited to 'LibGit2Sharp/TreeDefinition.cs')
-rw-r--r--LibGit2Sharp/TreeDefinition.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/LibGit2Sharp/TreeDefinition.cs b/LibGit2Sharp/TreeDefinition.cs
index 63bbb0ca..bedd0785 100644
--- a/LibGit2Sharp/TreeDefinition.cs
+++ b/LibGit2Sharp/TreeDefinition.cs
@@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Globalization;
using System.IO;
using LibGit2Sharp.Core;
-using LibGit2Sharp.Core.Compat;
using LibGit2Sharp.Core.Handles;
namespace LibGit2Sharp