summaryrefslogtreecommitdiff
path: root/push.go
diff options
context:
space:
mode:
Diffstat (limited to 'push.go')
-rw-r--r--push.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/push.go b/push.go
index d1742e3..8b205c7 100644
--- a/push.go
+++ b/push.go
@@ -59,9 +59,6 @@ func (p *Push) Finish() error {
func (p *Push) UnpackOk() bool {
- runtime.LockOSThread()
- defer runtime.UnlockOSThread()
-
ret := C.git_push_unpack_ok(p.ptr)
if ret == 0 {
return false