cmake: Remove unused member.
This commit is contained in:
parent
a469bf7b98
commit
47acfe1d1e
|
@ -188,7 +188,6 @@ void cmake::InitializeProperties()
|
||||||
{
|
{
|
||||||
this->Properties.clear();
|
this->Properties.clear();
|
||||||
this->Properties.SetCMakeInstance(this);
|
this->Properties.SetCMakeInstance(this);
|
||||||
this->AccessedProperties.clear();
|
|
||||||
this->PropertyDefinitions.clear();
|
this->PropertyDefinitions.clear();
|
||||||
|
|
||||||
// initialize properties
|
// initialize properties
|
||||||
|
|
|
@ -383,7 +383,6 @@ protected:
|
||||||
void InitializeProperties();
|
void InitializeProperties();
|
||||||
int HandleDeleteCacheVariables(const std::string& var);
|
int HandleDeleteCacheVariables(const std::string& var);
|
||||||
cmPropertyMap Properties;
|
cmPropertyMap Properties;
|
||||||
std::set<std::pair<std::string,cmProperty::ScopeType> > AccessedProperties;
|
|
||||||
|
|
||||||
std::map<cmProperty::ScopeType, cmPropertyDefinitionMap>
|
std::map<cmProperty::ScopeType, cmPropertyDefinitionMap>
|
||||||
PropertyDefinitions;
|
PropertyDefinitions;
|
||||||
|
|
Loading…
Reference in New Issue