From ed77c5c5bd8c3ac9ca172db39019ec71cd243a8a Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 30 May 2017 13:27:01 -0400 Subject: cmQtAutoGeneratorInitializer: Remove unused local variable --- Source/cmQtAutoGeneratorInitializer.cxx | 2 -- 1 file changed, 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(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: -- cgit v0.12