diff options
Diffstat (limited to 'boot/lexer.ll')
| -rw-r--r-- | boot/lexer.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/boot/lexer.ll b/boot/lexer.ll index f914d75..05015f6 100644 --- a/boot/lexer.ll +++ b/boot/lexer.ll @@ -100,9 +100,6 @@ type { record { return yy::parser::make_RECORD(this->location); } -union { - return yy::parser::make_UNION(this->location); -} true { return yy::parser::make_BOOLEAN(true, this->location); } |
