From b6e4bc0521290b18d0914d21e19f31f66b328140 Mon Sep 17 00:00:00 2001 From: Brad King Date: Sun, 19 Feb 2006 16:35:49 -0500 Subject: COMP: Removed unused variables. --- Source/cmInstallCommand.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Source/cmInstallCommand.cxx b/Source/cmInstallCommand.cxx index 1a5b722..0750173 100644 --- a/Source/cmInstallCommand.cxx +++ b/Source/cmInstallCommand.cxx @@ -94,8 +94,6 @@ bool cmInstallCommand::HandleTargetsMode(std::vector const& args) std::vector targets; const char* library_destination = 0; const char* runtime_destination = 0; - cmLocalGenerator* lg = m_Makefile->GetLocalGenerator(); - cmGlobalGenerator* gg = lg->GetGlobalGenerator(); for(unsigned int i=1; i < args.size(); ++i) { if(args[i] == "DESTINATION") @@ -122,7 +120,7 @@ bool cmInstallCommand::HandleTargetsMode(std::vector const& args) } else if(doing_targets) { - // Lookup this target in the current project. + // Lookup this target in the current directory. if(cmTarget* target = m_Makefile->FindTarget(args[i].c_str())) { // Found the target. Check its type. -- cgit v0.12