summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-07 19:43:55 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-10-07 19:43:55 (GMT)
commite00089388c5706e6bdebcac123ad40862a0b38ef (patch)
tree1befc31e0d73401cef3672fdb3f8176ff5efc45e /Source/cmake.cxx
parentca2c627b39c2cca02fa13d1e8894d267b16e5f70 (diff)
parentb78bc33311f02ed36aac8ee2c3c79f0a6810e3d1 (diff)
downloadCMake-e00089388c5706e6bdebcac123ad40862a0b38ef.zip
CMake-e00089388c5706e6bdebcac123ad40862a0b38ef.tar.gz
CMake-e00089388c5706e6bdebcac123ad40862a0b38ef.tar.bz2
Merge topic 'cleanup-properties'
b78bc33 Cleanup some variable documentation names bbfff52 Remove redundant cmake::GetIsPropertyDefined method
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 8b8cb01..267ce35 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -3640,13 +3640,6 @@ void cmake::DefineProperty(const char *name, cmProperty::ScopeType scope,
chained);
}
-bool cmake::GetIsPropertyDefined(const char *name,
- cmProperty::ScopeType scope)
-{
- return this->PropertyDefinitions[scope].find(name) !=
- this->PropertyDefinitions[scope].end();
-}
-
cmPropertyDefinition *cmake
::GetPropertyDefinition(const char *name,
cmProperty::ScopeType scope)