diff options
Diffstat (limited to 'git_hooks_handle_other.go')
-rw-r--r-- | git_hooks_handle_other.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/git_hooks_handle_other.go b/git_hooks_handle_other.go index 6fe6d9e..d4a6aea 100644 --- a/git_hooks_handle_other.go +++ b/git_hooks_handle_other.go @@ -25,11 +25,6 @@ import ( "go.lindenii.runxiyu.org/forge/internal/misc" ) -var ( - errGetFD = errors.New("unable to get file descriptor") - errGetUcred = errors.New("failed getsockopt") -) - // hooksHandler handles a connection from hookc via the // unix socket. func (s *Server) hooksHandler(conn net.Conn) { |