From c6055d9d4c2f37822866981f5cea1f7389431d49 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 18 Jul 2015 18:59:41 +0200 Subject: [PATCH] cmMakefile: Remove GetProperties method. The storage details of properties do not belong in the API. --- Source/cmMakefile.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index a010da1f4..1e2615d66 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -702,9 +702,6 @@ public: bool GetPropertyAsBool(const std::string& prop) const; std::vector GetPropertyKeys() const; - // Get the properties - cmPropertyMap &GetProperties() { return this->Properties; } - ///! Initialize a makefile from its parent void InitializeFromParent(cmMakefile* parent);