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
-1
View File
@@ -113,7 +113,6 @@ void IrcMessageBuilder::addWords(const QStringList &words)
continue;
}
int pos = 0;
int lastPos = 0;
while (i.hasNext())