Remove local variables that are not referenced

This commit is contained in:
mmb L
2021-11-27 21:27:01 +08:00
committed by pajlada
parent 7d350adfeb
commit ec966a1791
5 changed files with 0 additions and 7 deletions
@@ -312,7 +312,6 @@ void TwitchMessageBuilder::addWords(
while (doesWordContainATwitchEmote(cursor, word, twitchEmotes,
currentTwitchEmoteIt))
{
auto wordEnd = cursor + word.length();
const auto &currentTwitchEmote = *currentTwitchEmoteIt;
if (currentTwitchEmote.start == cursor)