Explorar el Código

Remove now unused variables

Ben Boeckel hace 15 años
padre
commit
83acb0a4b2
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      Source/cmCommandArgumentParserHelper.cxx

+ 0 - 2
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()))