COMP: fix warning

This commit is contained in:
Ken Martin 2008-04-01 15:22:30 -04:00
parent 16f1cc9b59
commit ccfec633a8
1 changed files with 0 additions and 1 deletions

View File

@ -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))
{