diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-07-18 13:18:59 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-24 18:02:21 (GMT) |
commit | f4150bd88d80f4a236ea5b0d648d8cc3122092fc (patch) | |
tree | e48a653a23ceaedf69b5a3567ab2dcaecf73e069 /Source/cmMakefile.h | |
parent | 0178754725c61dc6778f8591db1433a6c07e9f6f (diff) | |
download | CMake-f4150bd88d80f4a236ea5b0d648d8cc3122092fc.zip CMake-f4150bd88d80f4a236ea5b0d648d8cc3122092fc.tar.gz CMake-f4150bd88d80f4a236ea5b0d648d8cc3122092fc.tar.bz2 |
cmState: Move directory Properties from cmMakefile.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 9f455cc..055170a 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -14,7 +14,6 @@ #include "cmExecutionStatus.h" #include "cmListFileCache.h" -#include "cmPropertyMap.h" #include "cmSystemTools.h" #include "cmTarget.h" #include "cmNewLineStyle.h" @@ -903,8 +902,6 @@ private: std::vector<cmGeneratorExpressionEvaluationFile*> EvaluationFiles; - cmPropertyMap Properties; - std::vector<cmCommandContext const*> ContextStack; std::vector<cmExecutionStatus*> ExecutionStatusStack; friend class cmMakefileCall; |