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:
authoryorah <yoram.harmelin@gmail.com>2012-05-02 19:28:35 +0400
committernulltoken <emeric.fermas@gmail.com>2012-05-22 21:27:55 +0400
commitd491db09a659a4c5ba5e762813bc26324bf66b9c (patch)
treea57b37438cc3e710d685a33960a41f2b9ec3abee /LibGit2Sharp/Note.cs
parent1c5e7c96c56bfe8c7b9c81cbeb9d44e2cf6248f8 (diff)
Add notes creation and updation
Diffstat (limited to 'LibGit2Sharp/Note.cs')
-rw-r--r--LibGit2Sharp/Note.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/LibGit2Sharp/Note.cs b/LibGit2Sharp/Note.cs
index 18074933..6ec864b3 100644
--- a/LibGit2Sharp/Note.cs
+++ b/LibGit2Sharp/Note.cs
@@ -1,6 +1,5 @@
using System;
using LibGit2Sharp.Core;
-using LibGit2Sharp.Core.Compat;
using LibGit2Sharp.Core.Handles;
namespace LibGit2Sharp