Remove local variables that are not referenced
This commit is contained in:
@@ -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