summaryrefslogtreecommitdiffstats
path: root/Source/cmGetPropertyCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2008-04-01 19:22:30 (GMT)
committerKen Martin <ken.martin@kitware.com>2008-04-01 19:22:30 (GMT)
commitccfec633a83a9bb2ffdf60a957088ff94c47151e (patch)
tree416b8660e07c5bf4794be2634ae925f1a804247f /Source/cmGetPropertyCommand.cxx
parent16f1cc9b59c59dcd763ea9d2b65548fa5f7b4fa1 (diff)
downloadCMake-ccfec633a83a9bb2ffdf60a957088ff94c47151e.zip
CMake-ccfec633a83a9bb2ffdf60a957088ff94c47151e.tar.gz
CMake-ccfec633a83a9bb2ffdf60a957088ff94c47151e.tar.bz2
COMP: fix warning
Diffstat (limited to 'Source/cmGetPropertyCommand.cxx')
-rw-r--r--Source/cmGetPropertyCommand.cxx1
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))
{