Fix ws/ws.cpp:2875:10: warning: unused variable noSend [-Wunused-variable]
This commit is contained in:
parent
a40003e85a
commit
0ad66a27f2
@ -2872,7 +2872,6 @@ int main(int argc, char** argv)
|
|||||||
bool version = false;
|
bool version = false;
|
||||||
bool verifyNone = false;
|
bool verifyNone = false;
|
||||||
bool disablePong = false;
|
bool disablePong = false;
|
||||||
bool noSend = false;
|
|
||||||
int port = 8008;
|
int port = 8008;
|
||||||
int redisPort = 6379;
|
int redisPort = 6379;
|
||||||
int statsdPort = 8125;
|
int statsdPort = 8125;
|
||||||
|
Loading…
Reference in New Issue
Block a user