summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-01 17:46:06 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-04-01 18:32:47 (GMT)
commit1fcf590b146bd01a64cde30ba0b5ab7fe2e05b64 (patch)
tree0aa20774760274586a1eb47055169b369b45bfb6 /Source/cmMakefile.cxx
parentc3a60cc9cce4881f64bd0342cc841900533719e2 (diff)
downloadCMake-1fcf590b146bd01a64cde30ba0b5ab7fe2e05b64.zip
CMake-1fcf590b146bd01a64cde30ba0b5ab7fe2e05b64.tar.gz
CMake-1fcf590b146bd01a64cde30ba0b5ab7fe2e05b64.tar.bz2
cmMakefile: Remove unused SubDirectoryOrder member.
The last use was removed in v2.4.0~2054 (ENH: add support for out of source source, 2005-03-14)
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index a89ebc5..bf33e70 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -144,7 +144,6 @@ cmMakefile::cmMakefile(const cmMakefile& mf): Internal(new Internals)
this->LocalGenerator = mf.LocalGenerator;
this->FunctionBlockers = mf.FunctionBlockers;
this->MacrosList = mf.MacrosList;
- this->SubDirectoryOrder = mf.SubDirectoryOrder;
this->Properties = mf.Properties;
this->PreOrder = mf.PreOrder;
this->WarnUnused = mf.WarnUnused;