summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-04 23:29:45 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-04-05 08:26:09 (GMT)
commit364c7ea187d67f702891b201970712806999ad07 (patch)
tree0abcee45c16fa9c661659f63eb96c57fbc0295af /Source
parent47acfe1d1e480bee109efa2de9253cf1a5457a8e (diff)
downloadCMake-364c7ea187d67f702891b201970712806999ad07.zip
CMake-364c7ea187d67f702891b201970712806999ad07.tar.gz
CMake-364c7ea187d67f702891b201970712806999ad07.tar.bz2
cmake: Remove unused method.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmake.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 79ccc33..c22b329 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -287,9 +287,6 @@ class cmake
cmProperty::ScopeType scope);
bool GetPropertyAsBool(const std::string& prop);
- // Get the properties
- cmPropertyMap &GetProperties() { return this->Properties; }
-
///! Get or create an cmInstalledFile instance and return a pointer to it
cmInstalledFile *GetOrCreateInstalledFile(
cmMakefile* mf, const std::string& name);