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())
|
||||
|
||||
Reference in New Issue
Block a user