cmake: Remove unused member.

This commit is contained in:
Stephen Kelly 2015-04-04 23:46:14 +02:00
parent a469bf7b98
commit 47acfe1d1e
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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;