Remove unused variable

This commit is contained in:
Tobias Hunger
2010-03-11 10:22:06 +01:00
parent b15853e3ea
commit e10a35e891

View File

@@ -649,7 +649,6 @@ void Qt4Project::scheduleAsyncUpdate(Qt4ProFileNode *node)
QList<Internal::Qt4ProFileNode *>::iterator it;
bool add = true;
qDebug()<<"scheduleAsyncUpdate();"<<m_partialEvaluate.size()<<"nodes";
int count = 0;
it = m_partialEvaluate.begin();
while (it != m_partialEvaluate.end()) {
if (*it == node) {