diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 51df7f2f5..3dc50ab38 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 60ffcd4de..79ccc3359 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 > AccessedProperties; std::map PropertyDefinitions;