cmake: Remove unused method.
This commit is contained in:
parent
47acfe1d1e
commit
364c7ea187
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue