From 95617ff971dd95e657cdbc5e633277a52e49fb5a Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Mon, 24 Jul 2017 14:01:26 +0200 Subject: [PATCH] Qmake: Remove dead code Change-Id: If28fb24a47a462b5c79ff22ded515d14c010ce72 Reviewed-by: Tobias Hunger --- src/plugins/qmakeprojectmanager/makefileparse.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/qmakeprojectmanager/makefileparse.cpp b/src/plugins/qmakeprojectmanager/makefileparse.cpp index aea591e5abd..358fb05bc99 100644 --- a/src/plugins/qmakeprojectmanager/makefileparse.cpp +++ b/src/plugins/qmakeprojectmanager/makefileparse.cpp @@ -244,7 +244,6 @@ void MakeFileParse::parseAssignments(QList *assignments) static FileName findQMakeBinaryFromMakefile(const QString &makefile) { - bool debugAdding = false; QFile fi(makefile); if (fi.exists() && fi.open(QFile::ReadOnly)) { QTextStream ts(&fi); @@ -252,8 +251,6 @@ static FileName findQMakeBinaryFromMakefile(const QString &makefile) while (!ts.atEnd()) { QString line = ts.readLine(); if (r1.exactMatch(line)) { - if (debugAdding) - qDebug()<<"#~~ QMAKE is:"<