diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-01-24 12:18:35 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-01-28 20:04:10 (GMT) |
commit | 964d7f2ae9360ad38590c7805d7275c478133f36 (patch) | |
tree | bc066afaba1abf1b500b0820dd2d3862257a0ca5 /Source/cmQtAutoGenerators.cxx | |
parent | 0d934efd597a9370875954af8f0ab16b8e3b80fd (diff) | |
download | CMake-964d7f2ae9360ad38590c7805d7275c478133f36.zip CMake-964d7f2ae9360ad38590c7805d7275c478133f36.tar.gz CMake-964d7f2ae9360ad38590c7805d7275c478133f36.tar.bz2 |
QtAutogen: Remove unused variables.
Diffstat (limited to 'Source/cmQtAutoGenerators.cxx')
-rw-r--r-- | Source/cmQtAutoGenerators.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmQtAutoGenerators.cxx b/Source/cmQtAutoGenerators.cxx index 88c4297..cd576f4 100644 --- a/Source/cmQtAutoGenerators.cxx +++ b/Source/cmQtAutoGenerators.cxx @@ -1964,7 +1964,6 @@ bool cmQtAutoGenerators::GenerateUi(const std::string& uiFileName) std::vector<cmStdString> command; command.push_back(this->UicExecutable); - std::string options; std::vector<std::string> opts = this->UicTargetOptions; std::map<std::string, std::string>::const_iterator optionIt = this->UicOptions.find(ui_input_file); @@ -2039,7 +2038,6 @@ bool cmQtAutoGenerators::GenerateQrc() &sourceNewerThanQrc); if (this->GenerateAll || !success || sourceNewerThanQrc >= 0) { - std::string options; std::map<std::string, std::string>::const_iterator optionIt = this->RccOptions.find(*si); if (optionIt != this->RccOptions.end()) |