فهرست منبع

COMP: fix warning

Ken Martin 17 سال پیش
والد
کامیت
ccfec633a8
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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))
       {