linux build fix

This commit is contained in:
Benjamin Sergeant 2019-02-22 22:01:37 -08:00
parent c552a03ef0
commit 846f0c680a

View File

@ -110,10 +110,6 @@ int main(int argc, char** argv)
{
return ix::ws_ping_pong_main(url);
}
else
{
assert(false);
}
return 1;
}