summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-07 21:40:48 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-18 11:27:19 (GMT)
commit640fc5b54a8e7f9e000d5a661f0656a8701639b5 (patch)
tree4b056f435dd1e19c2db17d883d500d010f07a34f /Source/cmMakefile.h
parent54cc0c0e1f98508892ce653591178c86ff067364 (diff)
downloadCMake-640fc5b54a8e7f9e000d5a661f0656a8701639b5.zip
CMake-640fc5b54a8e7f9e000d5a661f0656a8701639b5.tar.gz
CMake-640fc5b54a8e7f9e000d5a661f0656a8701639b5.tar.bz2
cmMakefile: Remove unused ListFileStack.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 82a2279..415b5fe 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -934,9 +934,6 @@ private:
cmPropertyMap Properties;
- // stack of list files being read
- std::vector<std::string> ListFileStack;
-
std::vector<cmCommandContext const*> ContextStack;
std::vector<cmExecutionStatus*> ExecutionStatusStack;
friend class cmMakefileCall;