Remove local variables that are not referenced
This commit is contained in:
@@ -113,7 +113,6 @@ void IrcMessageBuilder::addWords(const QStringList &words)
|
||||
continue;
|
||||
}
|
||||
|
||||
int pos = 0;
|
||||
int lastPos = 0;
|
||||
|
||||
while (i.hasNext())
|
||||
|
||||
@@ -312,7 +312,6 @@ void TwitchMessageBuilder::addWords(
|
||||
while (doesWordContainATwitchEmote(cursor, word, twitchEmotes,
|
||||
currentTwitchEmoteIt))
|
||||
{
|
||||
auto wordEnd = cursor + word.length();
|
||||
const auto ¤tTwitchEmote = *currentTwitchEmoteIt;
|
||||
|
||||
if (currentTwitchEmote.start == cursor)
|
||||
|
||||
Reference in New Issue
Block a user