From e8bcde1cc1d20e71e68636dc4159bb3d3134cfb8 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Fri, 22 Feb 2019 22:01:37 -0800 Subject: [PATCH] linux build fix --- ws/ws.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ws/ws.cpp b/ws/ws.cpp index 51fa16c6..18168082 100644 --- a/ws/ws.cpp +++ b/ws/ws.cpp @@ -110,10 +110,6 @@ int main(int argc, char** argv) { return ix::ws_ping_pong_main(url); } - else - { - assert(false); - } return 1; }