diff options
Diffstat (limited to 'pkg/urpc')
-rw-r--r-- | pkg/urpc/urpc.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/urpc/urpc.go b/pkg/urpc/urpc.go index adf643084..0f2b5ccce 100644 --- a/pkg/urpc/urpc.go +++ b/pkg/urpc/urpc.go @@ -332,9 +332,6 @@ func (s *Server) clientBeginRequest(client *unet.Socket) bool { // Should not happen. panic(fmt.Sprintf("expected idle or closed, got %d", state)) } - - // Unreachable. - return false } // clientEndRequest ends a request. |