summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-18 16:59:41 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-18 16:59:41 (GMT)
commitc6055d9d4c2f37822866981f5cea1f7389431d49 (patch)
tree663aa8301c98f0de66cfe82ecf11b9729a7f58d8
parentcbe3ee58ca568ede66ff04abb6b73ac39b092701 (diff)
downloadCMake-c6055d9d4c2f37822866981f5cea1f7389431d49.zip
CMake-c6055d9d4c2f37822866981f5cea1f7389431d49.tar.gz
CMake-c6055d9d4c2f37822866981f5cea1f7389431d49.tar.bz2
cmMakefile: Remove GetProperties method.
The storage details of properties do not belong in the API.
-rw-r--r--Source/cmMakefile.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index a010da1..1e2615d 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -702,9 +702,6 @@ public:
bool GetPropertyAsBool(const std::string& prop) const;
std::vector<std::string> GetPropertyKeys() const;
- // Get the properties
- cmPropertyMap &GetProperties() { return this->Properties; }
-
///! Initialize a makefile from its parent
void InitializeFromParent(cmMakefile* parent);