diff options
author | Brad King <brad.king@kitware.com> | 2017-05-30 17:27:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-05-30 17:27:36 (GMT) |
commit | ed77c5c5bd8c3ac9ca172db39019ec71cd243a8a (patch) | |
tree | 1b57afabb6112aa6884fbfe93386205395466745 /Source | |
parent | b398e716f990a39ae1b47246c181a7d20a7c2f0e (diff) | |
download | CMake-ed77c5c5bd8c3ac9ca172db39019ec71cd243a8a.zip CMake-ed77c5c5bd8c3ac9ca172db39019ec71cd243a8a.tar.gz CMake-ed77c5c5bd8c3ac9ca172db39019ec71cd243a8a.tar.bz2 |
cmQtAutoGeneratorInitializer: Remove unused local variable
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmQtAutoGeneratorInitializer.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmQtAutoGeneratorInitializer.cxx b/Source/cmQtAutoGeneratorInitializer.cxx index e82665b..a39c10b 100644 --- a/Source/cmQtAutoGeneratorInitializer.cxx +++ b/Source/cmQtAutoGeneratorInitializer.cxx @@ -790,8 +790,6 @@ void cmQtAutoGeneratorInitializer::InitializeAutogenTarget( bool usePRE_BUILD = false; cmGlobalGenerator* gg = lg->GetGlobalGenerator(); if (gg->GetName().find("Visual Studio") != std::string::npos) { - cmGlobalVisualStudioGenerator* vsgg = - static_cast<cmGlobalVisualStudioGenerator*>(gg); // Under VS use a PRE_BUILD event instead of a separate target to // reduce the number of targets loaded into the IDE. // This also works around a VS 11 bug that may skip updating the target: |