Removed unused variables (#1394)
* Removed unused variables Fixes compiler warning C4189: Local variable is initialized but not referenced * fixed typo
This commit is contained in:
@@ -156,7 +156,7 @@ namespace detail {
|
||||
|
||||
if (self->awaitingPong_)
|
||||
{
|
||||
log("No pong respnose, disconnect!");
|
||||
log("No pong response, disconnect!");
|
||||
// TODO(pajlada): Label this connection as "disconnect
|
||||
// me"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user