mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
cmake: Remove unused method.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user