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/Core/Proxy.cs')
-rw-r--r--LibGit2Sharp/Core/Proxy.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/LibGit2Sharp/Core/Proxy.cs b/LibGit2Sharp/Core/Proxy.cs
index a7b4d6ef..68888cae 100644
--- a/LibGit2Sharp/Core/Proxy.cs
+++ b/LibGit2Sharp/Core/Proxy.cs
@@ -2032,14 +2032,6 @@ namespace LibGit2Sharp.Core
}
}
- public static void git_remote_disconnect(RemoteSafeHandle remote)
- {
- using (ThreadAffinity())
- {
- NativeMethods.git_remote_disconnect(remote);
- }
- }
-
public static GitRefSpecHandle git_remote_get_refspec(RemoteSafeHandle remote, int n)
{
return NativeMethods.git_remote_get_refspec(remote, (UIntPtr)n);