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>2012-12-11 15:09:37 +0400
committernulltoken <emeric.fermas@gmail.com>2012-12-11 15:09:37 +0400
commit4c1cd49513ba0c78de54799661cd03661f8a31ad (patch)
tree57775f3cefd72c0a28882f008cd9a96b09ce15b2 /LibGit2Sharp/Core/GitRemoteCallbacks.cs
parent7c08048cfb150d50acc92fa404db256c29427b6b (diff)
Fix some issues pinpointed by Code Analysis
Diffstat (limited to 'LibGit2Sharp/Core/GitRemoteCallbacks.cs')
-rw-r--r--LibGit2Sharp/Core/GitRemoteCallbacks.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/LibGit2Sharp/Core/GitRemoteCallbacks.cs b/LibGit2Sharp/Core/GitRemoteCallbacks.cs
index fe12c9bc..979acdbe 100644
--- a/LibGit2Sharp/Core/GitRemoteCallbacks.cs
+++ b/LibGit2Sharp/Core/GitRemoteCallbacks.cs
@@ -1,8 +1,5 @@
using System;
-using System.Collections.Generic;
-using System.Linq;
using System.Runtime.InteropServices;
-using System.Text;
namespace LibGit2Sharp.Core
{