cmake: Remove unused method.

This commit is contained in:
Stephen Kelly 2015-04-05 01:29:45 +02:00
parent 47acfe1d1e
commit 364c7ea187
1 changed files with 0 additions and 3 deletions

View File

@ -287,9 +287,6 @@ class cmake
cmProperty::ScopeType scope); cmProperty::ScopeType scope);
bool GetPropertyAsBool(const std::string& prop); 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 ///! Get or create an cmInstalledFile instance and return a pointer to it
cmInstalledFile *GetOrCreateInstalledFile( cmInstalledFile *GetOrCreateInstalledFile(
cmMakefile* mf, const std::string& name); cmMakefile* mf, const std::string& name);