Remove superfluous creation of iterator.

This commit is contained in:
con
2009-06-15 16:16:34 +02:00
parent e2a0a4d7c5
commit 36fc7f160b

View File

@@ -553,8 +553,6 @@ void Qt4RunConfiguration::updateTarget()
reader->setUserConfigCmdArgs(addedUserConfigArguments, removedUserConfigArguments);
QHash<QString, QStringList>::const_iterator it;
if (!reader->readProFile(m_proFilePath)) {
delete reader;
Core::ICore::instance()->messageManager()->printToOutputPane(tr("Could not parse %1. The Qt4 run configuration %2 can not be started.").arg(m_proFilePath).arg(name()));