C++: Inline {TranslationUnit,Parser}::blockErrors

As indicated by profiling.

Change-Id: I04d741dcc6200eb351d7aec316572e0e94ef5bec
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
hjk
2013-04-16 15:38:59 +02:00
committed by Erik Verbruggen
parent b85eddb2ea
commit f0f406bacb
4 changed files with 10 additions and 19 deletions

View File

@@ -216,9 +216,6 @@ bool Parser::maybeSplitGreaterGreaterToken(int n)
return _translationUnit->maybeSplitGreaterGreaterToken(_tokenIndex + n - 1);
}
bool Parser::blockErrors(bool block)
{ return _translationUnit->blockErrors(block); }
bool Parser::skipUntil(int token)
{
while (int tk = LA()) {