summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmake.cxx1
-rw-r--r--Source/cmake.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 51df7f2..3dc50ab 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -188,7 +188,6 @@ void cmake::InitializeProperties()
{
this->Properties.clear();
this->Properties.SetCMakeInstance(this);
- this->AccessedProperties.clear();
this->PropertyDefinitions.clear();
// initialize properties
diff --git a/Source/cmake.h b/Source/cmake.h
index 60ffcd4..79ccc33 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -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;