mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 12:18:15 +00:00
Remove unused tokens
This commit is contained in:
@@ -2599,7 +2599,7 @@ parse_operand :: proc(p: ^Parser, lhs: bool) -> ^ast.Expr {
|
||||
case .Asm:
|
||||
tok := expect_token(p, .Asm);
|
||||
|
||||
param_types: [dynamic]^ast.Expr
|
||||
param_types: [dynamic]^ast.Expr;
|
||||
return_type: ^ast.Expr;
|
||||
if allow_token(p, .Open_Paren) {
|
||||
for p.curr_tok.kind != .Close_Paren && p.curr_tok.kind != .EOF {
|
||||
|
||||
Reference in New Issue
Block a user