Removed unrecheable statement

This commit is contained in:
Jorg Sowa 2024-11-18 22:47:37 +01:00 committed by Nikita Popov
parent 954f7a411f
commit 05ed79595b

View File

@ -411,8 +411,6 @@ abstract class ParserAbstract implements Parser {
$rule = $state - $this->numNonLeafStates;
}
}
throw new \RuntimeException('Reached end of parser loop');
}
protected function emitError(Error $error): void {