forked from qt-creator/qt-creator
C++: Remove superfluous declarations in Parser
Change-Id: I6bf729a999494a84eb235a891ea14bbccd44aeb8 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
1
src/libs/3rdparty/cplusplus/Parser.cpp
vendored
1
src/libs/3rdparty/cplusplus/Parser.cpp
vendored
@@ -175,7 +175,6 @@ Parser::Parser(TranslationUnit *unit)
|
||||
_tokenIndex(1),
|
||||
_templateArguments(0),
|
||||
_inFunctionBody(false),
|
||||
_inObjCImplementationContext(false),
|
||||
_inExpressionStatement(false),
|
||||
_expressionDepth(0),
|
||||
_statementDepth(0)
|
||||
|
||||
Reference in New Issue
Block a user