diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-04-04 21:54:55 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-04-04 21:54:55 +0100 |
| commit | 3e80411d374d3dd7fc90e22d4f900144cfb6ef3a (patch) | |
| tree | 7835e4d35f363e5d15b77fffadd38c818826ed15 /src/parser.c | |
| parent | 382a5ca6a27ea0f6dde4c0783d55f5dca8ac2575 (diff) | |
Fix issue #31; Removed `down_cast`
Diffstat (limited to 'src/parser.c')
| -rw-r--r-- | src/parser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.c b/src/parser.c index a9cae2710..8e56279ab 100644 --- a/src/parser.c +++ b/src/parser.c @@ -2056,7 +2056,6 @@ AstNode *parse_unary_expr(AstFile *f, bool lhs) { case Token_cast: case Token_transmute: - case Token_down_cast: case Token_union_cast: { Token token = f->curr_token; next_token(f); |