diff options
-rw-r--r-- | Source/cmGetPropertyCommand.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGetPropertyCommand.cxx b/Source/cmGetPropertyCommand.cxx index 3d2140c..c110161 100644 --- a/Source/cmGetPropertyCommand.cxx +++ b/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)) { |