summaryrefslogtreecommitdiffstats
path: root/Source/cmCommandArgumentParserHelper.h
diff options
context:
space:
mode:
authorArtur Ryt <artur.ryt@gmail.com>2018-12-13 19:45:15 (GMT)
committerCraig Scott <craig.scott@crascit.com>2018-12-29 21:31:09 (GMT)
commit1d32a35c10b384e8eb0dd2ce68c7bd11424409ac (patch)
tree1b3ba3b3db2d78fd200c01e7db5bfdbd6dbf1981 /Source/cmCommandArgumentParserHelper.h
parent67ac4ed1dc5ad049ab443ce76a3f93b207703cec (diff)
downloadCMake-1d32a35c10b384e8eb0dd2ce68c7bd11424409ac.zip
CMake-1d32a35c10b384e8eb0dd2ce68c7bd11424409ac.tar.gz
CMake-1d32a35c10b384e8eb0dd2ce68c7bd11424409ac.tar.bz2
cmCommandArgumentParserHelper: use cmMakefile::MaybeWarnUninitialized
It removes logic duplication and need to have cached WarnUninitialized and CheckSystemVars
Diffstat (limited to 'Source/cmCommandArgumentParserHelper.h')
-rw-r--r--Source/cmCommandArgumentParserHelper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCommandArgumentParserHelper.h b/Source/cmCommandArgumentParserHelper.h
index 098c000..4dc238e 100644
--- a/Source/cmCommandArgumentParserHelper.h
+++ b/Source/cmCommandArgumentParserHelper.h
@@ -75,8 +75,6 @@ private:
long FileLine;
int CurrentLine;
int Verbose;
- bool WarnUninitialized;
- bool CheckSystemVars;
bool EscapeQuotes;
bool NoEscapeMode;
bool ReplaceAtSyntax;