Parcourir la source

COMP: fix warning

Ken Martin il y a 17 ans
Parent
commit
ccfec633a8
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      Source/cmGetPropertyCommand.cxx

+ 0 - 1
Source/cmGetPropertyCommand.cxx

@@ -166,7 +166,6 @@ bool cmGetPropertyCommand
   else if(this->InfoType == OutDefined)
     {
     // Lookup if the property is defined
-    const char *value;
     if(this->Makefile->GetCMakeInstance()->
        GetPropertyDefinition(this->PropertyName.c_str(), scope))
       {