qmake vcproj generator: unused variable removed

Change-Id: Iaf8bb1772846001297e1a421c3860f5e4d090a35
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Joerg Bornemann 2012-04-16 09:38:21 +02:00 committed by Qt by Nokia
parent 768e587cdc
commit 65425be8fe

View File

@ -2185,7 +2185,6 @@ bool VCFilter::addExtraCompiler(const VCFilterFile &info)
QString tmp_cmd_name = Project->project->variables()[extraCompilerName + ".name"].join(" ");
QStringList tmp_dep = Project->project->variables()[extraCompilerName + ".depends"];
QString tmp_dep_cmd = Project->project->variables()[extraCompilerName + ".depend_command"].join(" ");
QStringList vars = Project->project->variables()[extraCompilerName + ".variables"];
QStringList configs = Project->project->variables()[extraCompilerName + ".CONFIG"];
bool combined = configs.indexOf("combine") != -1;