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.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/LibGit2Sharp/Core/Proxy.cs b/LibGit2Sharp/Core/Proxy.cs
index feb66d6c..00d24d6c 100644
--- a/LibGit2Sharp/Core/Proxy.cs
+++ b/LibGit2Sharp/Core/Proxy.cs
@@ -163,7 +163,6 @@ namespace LibGit2Sharp.Core
{
int res = NativeMethods.git_branch_delete(reference);
Ensure.ZeroResult(res);
- reference.SetHandleAsInvalid();
}
}