mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Remove dead code in urpc
PiperOrigin-RevId: 195525267 Change-Id: I7a5ef31365cb0c55c462deb9bdbec092473ebc6b
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user