From 83acb0a4b22aa57d3c345320333b75301a99b2ba Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 8 Sep 2010 13:29:57 -0400 Subject: [PATCH] Remove now unused variables --- Source/cmCommandArgumentParserHelper.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/cmCommandArgumentParserHelper.cxx b/Source/cmCommandArgumentParserHelper.cxx index 54af13bf9..8b009e064 100644 --- a/Source/cmCommandArgumentParserHelper.cxx +++ b/Source/cmCommandArgumentParserHelper.cxx @@ -130,8 +130,6 @@ char* cmCommandArgumentParserHelper::ExpandVariable(const char* var) // not been "cleared"/initialized with a set(foo ) call if(this->WarnUninitialized && !this->Makefile->VariableInitialized(var)) { - const char* srcRoot = this->Makefile->GetDefinition("CMAKE_SOURCE_DIR"); - const char* binRoot = this->Makefile->GetDefinition("CMAKE_BINARY_DIR"); if (this->CheckSystemVars || cmSystemTools::IsSubDirectory(this->FileName, this->Makefile->GetHomeDirectory()) || cmSystemTools::IsSubDirectory(this->FileName, this->Makefile->GetHomeOutputDirectory()))