summaryrefslogtreecommitdiff
path: root/src/libs/3rdparty/cplusplus/Lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/3rdparty/cplusplus/Lexer.h')
-rw-r--r--src/libs/3rdparty/cplusplus/Lexer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libs/3rdparty/cplusplus/Lexer.h b/src/libs/3rdparty/cplusplus/Lexer.h
index 12cef91b4d..85fe6d2d6b 100644
--- a/src/libs/3rdparty/cplusplus/Lexer.h
+++ b/src/libs/3rdparty/cplusplus/Lexer.h
@@ -46,9 +46,6 @@ public:
unsigned tokenOffset() const;
unsigned tokenLength() const;
- const char *tokenBegin() const;
- const char *tokenEnd() const;
- unsigned currentLine() const;
bool scanCommentTokens() const;
void setScanCommentTokens(bool onoff);
@@ -121,10 +118,8 @@ private:
};
unsigned _currentLine;
LanguageFeatures _languageFeatures;
-
};
} // namespace CPlusPlus
-
#endif // CPLUSPLUS_LEXER_H