From 704ed70b1fb6f9bb778dc0ab7d6d7710fbf7e173 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 1 Jun 2005 08:50:12 -0400 Subject: COMP: fix warning --- Source/cmQTWrapUICommand.cxx | 1 - 1 file changed, 1 deletion(-) 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 mocargs; cmCustomCommandLine mocCommand; mocCommand.push_back(moc_exe); mocCommand.push_back("-o"); -- cgit v0.12