cmMakefile: Remove GetProperties method.
The storage details of properties do not belong in the API.
This commit is contained in:
parent
cbe3ee58ca
commit
c6055d9d4c
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue