summaryrefslogtreecommitdiff
path: root/Source/cmCommandArgumentParserHelper.h
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2017-10-25 17:34:01 +0200
committerRolf Eike Beer <eike@sf-mail.de>2017-10-25 19:56:33 +0200
commit576c079faadbff2bd5fafcbc9cecc03797625922 (patch)
tree46c285dd0443d7fdc50b38dae524a765b42bde3f /Source/cmCommandArgumentParserHelper.h
parent98cb9f3ee98261d0e7a591ba3b1971d49f1a2ee8 (diff)
downloadcmake-576c079faadbff2bd5fafcbc9cecc03797625922.tar.gz
cmCommandArgumentParser: remove the variable tokens from the class
Make them local constants in the lexer file.
Diffstat (limited to 'Source/cmCommandArgumentParserHelper.h')
-rw-r--r--Source/cmCommandArgumentParserHelper.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmCommandArgumentParserHelper.h b/Source/cmCommandArgumentParserHelper.h
index d0d2db48df..098c00064e 100644
--- a/Source/cmCommandArgumentParserHelper.h
+++ b/Source/cmCommandArgumentParserHelper.h
@@ -53,13 +53,6 @@ public:
void SetRemoveEmpty(bool b) { this->RemoveEmpty = b; }
const char* GetError() { return this->ErrorString.c_str(); }
- char EmptyVariable[1];
- char DCURLYVariable[3];
- char RCURLYVariable[3];
- char ATVariable[3];
- char DOLLARVariable[3];
- char LCURLYVariable[3];
- char BSLASHVariable[3];
private:
std::string::size_type InputBufferPos;