summaryrefslogtreecommitdiff
path: root/push.go
diff options
context:
space:
mode:
authorJesse Ezell <[email protected]>2014-03-11 13:19:12 -0700
committerJesse Ezell <[email protected]>2014-03-11 13:19:12 -0700
commitd560b9e9bd7162334f7122dadd02cd0a075e22ab (patch)
tree0a21848d1a11236409542c011ddcbdd72f3bddc1 /push.go
parent634acbe498e40e617b4aefcce7a82887a455a04e (diff)
cleanup clone code
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