Remove a useless break statement in Parser.hpp
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
8d239694cf
commit
3c4dc0ea28
@ -102,7 +102,6 @@ namespace Parser {
|
||||
parseTree << Reference(current.toktext);
|
||||
}
|
||||
}
|
||||
break;
|
||||
case ';': break;
|
||||
case LPAR: case LBRACE: case LBRACKET: {
|
||||
const auto closingCharacter = find_corresponding(lexed.begin() + i + 1, lexed.end(), current.toktype, tok::inverseLCharacter(current.toktype));
|
||||
|
Loading…
Reference in New Issue
Block a user