diff options
| author | Zachary Pierson <zacpiersonhehe@gmail.com> | 2017-04-04 18:46:05 -0500 |
|---|---|---|
| committer | Zachary Pierson <zacpiersonhehe@gmail.com> | 2017-04-04 18:46:05 -0500 |
| commit | e41d6261c2b798a01990eb325245652f85ef9c6d (patch) | |
| tree | 8a34d34596d69f29a8acdcd3960a28a5b50d8997 /src/parser.c | |
| parent | f952c7c74784785faa65b6ce2c9e354e281f6f74 (diff) | |
| parent | 3e80411d374d3dd7fc90e22d4f900144cfb6ef3a (diff) | |
Merge https://github.com/gingerBill/Odin
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); |