summaryrefslogtreecommitdiffstats
path: root/qmake/generators
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-11-26 10:59:57 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-11-26 11:03:18 (GMT)
commit34d365bceae861c2322d09149f78476723dcb0c1 (patch)
tree1f943cf193286f60bcdcd1ef5a4c2651c79e6913 /qmake/generators
parent2c0c3a213d44ad53023a507e19d18d1e5d359aec (diff)
downloadQt-34d365bceae861c2322d09149f78476723dcb0c1.zip
Qt-34d365bceae861c2322d09149f78476723dcb0c1.tar.gz
Qt-34d365bceae861c2322d09149f78476723dcb0c1.tar.bz2
Remove unused variable
Variable currentClause is no longer used for anything, so removed its declaration. Reviewed-by: TrustMe
Diffstat (limited to 'qmake/generators')
-rw-r--r--qmake/generators/symbian/symmake_sbsv2.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qmake/generators/symbian/symmake_sbsv2.cpp b/qmake/generators/symbian/symmake_sbsv2.cpp
index c4b51f2..c219f1d 100644
--- a/qmake/generators/symbian/symmake_sbsv2.cpp
+++ b/qmake/generators/symbian/symmake_sbsv2.cpp
@@ -377,7 +377,6 @@ void SymbianSbsv2MakefileGenerator::writeWrapperMakefile(QFile& wrapperFile, boo
t << qmakeCmd << endl;
t << endl;
- QString currentClause;
QString locFileDep = generateLocFileTarget(t, qmakeCmd);
t << "debug: " << locFileDep << BLD_INF_FILENAME << endl;