diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-06-01 12:50:12 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-06-01 12:50:12 (GMT) |
commit | 704ed70b1fb6f9bb778dc0ab7d6d7710fbf7e173 (patch) | |
tree | ec00b977fe06100580fb31f8d4055db4e7006b55 /Source/cmQTWrapUICommand.cxx | |
parent | c3c609ab039ee97d90755e29da190d532a6ca60f (diff) | |
download | CMake-704ed70b1fb6f9bb778dc0ab7d6d7710fbf7e173.zip CMake-704ed70b1fb6f9bb778dc0ab7d6d7710fbf7e173.tar.gz CMake-704ed70b1fb6f9bb778dc0ab7d6d7710fbf7e173.tar.bz2 |
COMP: fix warning
Diffstat (limited to 'Source/cmQTWrapUICommand.cxx')
-rw-r--r-- | Source/cmQTWrapUICommand.cxx | 1 |
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"); |