mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 08:20:18 -06:00
cmake: Remove unused member.
This commit is contained in:
@@ -188,7 +188,6 @@ void cmake::InitializeProperties()
|
||||
{
|
||||
this->Properties.clear();
|
||||
this->Properties.SetCMakeInstance(this);
|
||||
this->AccessedProperties.clear();
|
||||
this->PropertyDefinitions.clear();
|
||||
|
||||
// initialize properties
|
||||
|
||||
@@ -383,7 +383,6 @@ protected:
|
||||
void InitializeProperties();
|
||||
int HandleDeleteCacheVariables(const std::string& var);
|
||||
cmPropertyMap Properties;
|
||||
std::set<std::pair<std::string,cmProperty::ScopeType> > AccessedProperties;
|
||||
|
||||
std::map<cmProperty::ScopeType, cmPropertyDefinitionMap>
|
||||
PropertyDefinitions;
|
||||
|
||||
Reference in New Issue
Block a user