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)
This commit is contained in:
parent
c3a60cc9cc
commit
1fcf590b14
|
@ -144,7 +144,6 @@ cmMakefile::cmMakefile(const cmMakefile& mf): Internal(new Internals)
|
||||||
this->LocalGenerator = mf.LocalGenerator;
|
this->LocalGenerator = mf.LocalGenerator;
|
||||||
this->FunctionBlockers = mf.FunctionBlockers;
|
this->FunctionBlockers = mf.FunctionBlockers;
|
||||||
this->MacrosList = mf.MacrosList;
|
this->MacrosList = mf.MacrosList;
|
||||||
this->SubDirectoryOrder = mf.SubDirectoryOrder;
|
|
||||||
this->Properties = mf.Properties;
|
this->Properties = mf.Properties;
|
||||||
this->PreOrder = mf.PreOrder;
|
this->PreOrder = mf.PreOrder;
|
||||||
this->WarnUnused = mf.WarnUnused;
|
this->WarnUnused = mf.WarnUnused;
|
||||||
|
|
|
@ -1051,8 +1051,6 @@ private:
|
||||||
|
|
||||||
std::vector<std::string> MacrosList;
|
std::vector<std::string> MacrosList;
|
||||||
|
|
||||||
std::map<std::string, bool> SubDirectoryOrder;
|
|
||||||
|
|
||||||
mutable cmsys::RegularExpression cmDefineRegex;
|
mutable cmsys::RegularExpression cmDefineRegex;
|
||||||
mutable cmsys::RegularExpression cmDefine01Regex;
|
mutable cmsys::RegularExpression cmDefine01Regex;
|
||||||
mutable cmsys::RegularExpression cmAtVarRegex;
|
mutable cmsys::RegularExpression cmAtVarRegex;
|
||||||
|
|
Loading…
Reference in New Issue