Qnx: Remove unused local variable

Change-Id: Ia1f37830566db7349f196ada4e7c73526e5d50d5
Reviewed-by: Mehdi Fekari <mfekari@blackberry.com>
Reviewed-by: David Kaspar <dkaspar@blackberry.com>
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2014-05-05 17:17:12 +03:00
committed by Tobias Hunger
parent 7a91287c80
commit 00d58f0c45

View File

@@ -125,7 +125,6 @@ bool ProjectFileConverter::convertFile(Core::GeneratedFile &file, QString &error
QStringList resources;
QStringList otherFiles;
QSet<QString> entries;
foreach (const QString &filePath, convertedProjectContext().collectedFiles()) {
QString ext = filePath.section(QLatin1Char('.'), -1);
if (ext.compare(QLatin1String("c"), Qt::CaseInsensitive) == 0)