diff --git a/server/wsproxy/app.cc b/server/wsproxy/app.cc index 653eb34..d950e9b 100644 --- a/server/wsproxy/app.cc +++ b/server/wsproxy/app.cc @@ -383,9 +383,7 @@ void App::ProcessClientMsg(f8::MsgHdr& hdr) break; default: { - #if 0 abort(); - #endif } break; }