summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-06-01 12:50:12 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-06-01 12:50:12 (GMT)
commit704ed70b1fb6f9bb778dc0ab7d6d7710fbf7e173 (patch)
treeec00b977fe06100580fb31f8d4055db4e7006b55 /Source
parentc3c609ab039ee97d90755e29da190d532a6ca60f (diff)
downloadCMake-704ed70b1fb6f9bb778dc0ab7d6d7710fbf7e173.zip
CMake-704ed70b1fb6f9bb778dc0ab7d6d7710fbf7e173.tar.gz
CMake-704ed70b1fb6f9bb778dc0ab7d6d7710fbf7e173.tar.bz2
COMP: fix warning
Diffstat (limited to 'Source')
-rw-r--r--Source/cmQTWrapUICommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmQTWrapUICommand.cxx b/Source/cmQTWrapUICommand.cxx
index e4b864b..ef57c01 100644
--- a/Source/cmQTWrapUICommand.cxx
+++ b/Source/cmQTWrapUICommand.cxx
@@ -167,7 +167,6 @@ void cmQTWrapUICommand::FinalPass()
cmCustomCommandLines cxxCommandLines;
cxxCommandLines.push_back(cxxCommand);
- std::vector<std::string> mocargs;
cmCustomCommandLine mocCommand;
mocCommand.push_back(moc_exe);
mocCommand.push_back("-o");