C++: Remove superfluous declarations in Parser

Change-Id: I6bf729a999494a84eb235a891ea14bbccd44aeb8
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
Nikolai Kosjar
2014-07-17 18:25:26 +02:00
parent 3a242495fe
commit 20108a3d88
2 changed files with 0 additions and 5 deletions

View File

@@ -175,7 +175,6 @@ Parser::Parser(TranslationUnit *unit)
_tokenIndex(1),
_templateArguments(0),
_inFunctionBody(false),
_inObjCImplementationContext(false),
_inExpressionStatement(false),
_expressionDepth(0),
_statementDepth(0)