diff --git a/sys/src/lib9p/srv.c b/sys/src/lib9p/srv.c index ca0b6a30b..82e2240b4 100644 --- a/sys/src/lib9p/srv.c +++ b/sys/src/lib9p/srv.c @@ -755,8 +755,6 @@ respond(Req *r, char *error) r->error = error; switch(r->ifcall.type){ - default: - assert(0); /* * Flush is special. If the handler says so, we return * without further processing. Respond will be called