diff options
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"); |