aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/cplusplus/Lexer.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-01-18 19:51:57 +0200
committerOrgad Shaneh <orgads@gmail.com>2014-01-20 14:11:18 +0100
commita309b3cfe6173a923988f645aad0488d65589f0f (patch)
tree9b5e3f1999ee37cb356ee722ea9bba0c537dfb9d /src/libs/3rdparty/cplusplus/Lexer.h
parent25ab1199cde5c5590078ec882a76ae6260eca68b (diff)
C++: Store token kind as lexer state
... when needed Change-Id: I32a1649c87e1fa42da80eff5003b2f5714062064 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'src/libs/3rdparty/cplusplus/Lexer.h')
-rw-r--r--src/libs/3rdparty/cplusplus/Lexer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libs/3rdparty/cplusplus/Lexer.h b/src/libs/3rdparty/cplusplus/Lexer.h
index 9d4b7b601d..69c17ff52d 100644
--- a/src/libs/3rdparty/cplusplus/Lexer.h
+++ b/src/libs/3rdparty/cplusplus/Lexer.h
@@ -32,12 +32,6 @@ class CPLUSPLUS_EXPORT Lexer
void operator =(const Lexer &other);
public:
- enum State {
- State_Default,
- State_MultiLineComment,
- State_MultiLineDoxyComment
- };
-
Lexer(TranslationUnit *unit);
Lexer(const char *firstChar, const char *lastChar);
~Lexer();