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:
Diffstat (limited to 'LibGit2Sharp/TreeEntry.cs')
-rw-r--r--LibGit2Sharp/TreeEntry.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/LibGit2Sharp/TreeEntry.cs b/LibGit2Sharp/TreeEntry.cs
index ffdf22d3..54dd9599 100644
--- a/LibGit2Sharp/TreeEntry.cs
+++ b/LibGit2Sharp/TreeEntry.cs
@@ -2,7 +2,6 @@ using System;
using System.Globalization;
using System.Runtime.InteropServices;
using LibGit2Sharp.Core;
-using LibGit2Sharp.Core.Compat;
namespace LibGit2Sharp
{