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:
W Gomes
2019-10-29 17:15:06 -03:00
committed by fourtf
parent f7b99e0636
commit ce90253aac
3 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -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"
}
@@ -1128,8 +1128,6 @@ void TwitchMessageBuilder::appendTwitchBadges()
return;
}
auto app = getApp();
auto iterator = this->tags.find("badges");
if (iterator == this->tags.end())
return;