From 364c7ea187d67f702891b201970712806999ad07 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 5 Apr 2015 01:29:45 +0200 Subject: [PATCH] cmake: Remove unused method. --- Source/cmake.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/cmake.h b/Source/cmake.h index 79ccc3359..c22b329d7 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);