From 47acfe1d1e480bee109efa2de9253cf1a5457a8e Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 4 Apr 2015 23:46:14 +0200 Subject: [PATCH] cmake: Remove unused member. --- Source/cmake.cxx | 1 - Source/cmake.h | 1 - 2 files changed, 2 deletions(-) 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;