summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-23 16:21:21 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-23 16:28:01 (GMT)
commitd8a571483950527c7f44b813a3b73eb1dbbc5435 (patch)
tree612dcec77ec418192e663cbc148d1c90ebebdfcb /Source/cmake.h
parent29c1385675df37146465e820d303de3cdd703e8c (diff)
downloadCMake-d8a571483950527c7f44b813a3b73eb1dbbc5435.zip
CMake-d8a571483950527c7f44b813a3b73eb1dbbc5435.tar.gz
CMake-d8a571483950527c7f44b813a3b73eb1dbbc5435.tar.bz2
cmake: Remove unused cmPolicies member.
heaptrack showed a 1 byte allocation with the backtrace pointing here, as is the case since commit v3.3.0-rc1~112^2~5 (cmPolicies: Remove unused cmPolicy class., 2015-05-03)
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 31f55ac..8ac8897 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -27,7 +27,6 @@ class cmVariableWatch;
class cmFileTimeComparison;
class cmExternalMakefileProjectGenerator;
class cmDocumentationSection;
-class cmPolicies;
class cmTarget;
class cmGeneratedFileStream;
@@ -340,7 +339,6 @@ protected:
void AddExtraGenerator(const std::string& name,
CreateExtraGeneratorFunctionType newFunction);
- cmPolicies *Policies;
cmGlobalGenerator *GlobalGenerator;
cmCacheManager *CacheManager;
std::map<std::string, WarningLevel> WarningLevels;