Selaa lähdekoodia

cmake: Remove unused method.

Stephen Kelly 10 vuotta sitten
vanhempi
sitoutus
364c7ea187
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      Source/cmake.h

+ 0 - 3
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);