diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-11-26 10:59:57 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-11-26 11:03:18 (GMT) |
commit | 34d365bceae861c2322d09149f78476723dcb0c1 (patch) | |
tree | 1f943cf193286f60bcdcd1ef5a4c2651c79e6913 /qmake | |
parent | 2c0c3a213d44ad53023a507e19d18d1e5d359aec (diff) | |
download | Qt-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')
-rw-r--r-- | qmake/generators/symbian/symmake_sbsv2.cpp | 1 |
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; |