aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--git_hooks_handle.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/git_hooks_handle.go b/git_hooks_handle.go
index 4e3d93d..3719933 100644
--- a/git_hooks_handle.go
+++ b/git_hooks_handle.go
@@ -11,7 +11,6 @@ import (
)
var (
- err_not_unixconn = errors.New("Not a unix connection")
err_get_fd = errors.New("Unable to get file descriptor")
err_get_ucred = errors.New("Failed getsockopt")
)