From ccfec633a83a9bb2ffdf60a957088ff94c47151e Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 1 Apr 2008 15:22:30 -0400 Subject: [PATCH] COMP: fix warning --- Source/cmGetPropertyCommand.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmGetPropertyCommand.cxx b/Source/cmGetPropertyCommand.cxx index 3d2140cdd..c11016133 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)) {