mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 18:02:02 +00:00
Remove let
This commit is contained in:
@@ -95,7 +95,6 @@ void print_declaration(AstNode *decl) {
|
||||
AstNode *spec = gd->specs[spec_index];
|
||||
switch(gd->token.kind) {
|
||||
case Token_var:
|
||||
case Token_let:
|
||||
break;
|
||||
case Token_const:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user