aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/cplusplus/Lexer.cpp
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-10-27 13:25:05 +0100
committerhjk <hjk@theqtcompany.com>2015-11-02 10:01:09 +0000
commit1490bab5bdd6dd43a2efa5a6ae0d92fac971de63 (patch)
treeec24c030639f77b801b62aab18d9396566b1fae7 /src/libs/3rdparty/cplusplus/Lexer.cpp
parent7a618c38cf8db6c4c21c0a12a563aea5536962b9 (diff)
CPlusPlus: Remove used Lexer::translationUnit() function
Change-Id: I81ec60c1d2b670b85bfeda25e6388a12c2cd0305 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
Diffstat (limited to 'src/libs/3rdparty/cplusplus/Lexer.cpp')
-rw-r--r--src/libs/3rdparty/cplusplus/Lexer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libs/3rdparty/cplusplus/Lexer.cpp b/src/libs/3rdparty/cplusplus/Lexer.cpp
index ecf7895df6..ac0b4a7ed6 100644
--- a/src/libs/3rdparty/cplusplus/Lexer.cpp
+++ b/src/libs/3rdparty/cplusplus/Lexer.cpp
@@ -77,9 +77,6 @@ Lexer::Lexer(const char *firstChar, const char *lastChar)
Lexer::~Lexer()
{ }
-TranslationUnit *Lexer::translationUnit() const
-{ return _translationUnit; }
-
void Lexer::setSource(const char *firstChar, const char *lastChar)
{
_firstChar = firstChar;