diff --git a/core/odin/token/token.odin b/core/odin/token/token.odin index 8ce98d1d9..d41fa6d05 100644 --- a/core/odin/token/token.odin +++ b/core/odin/token/token.odin @@ -154,9 +154,6 @@ using Kind :: enum u32 { Offset_Of, Type_Of, Const, - Asm, - Yield, - Await, B_Keyword_End, COUNT, @@ -291,9 +288,6 @@ tokens := [Kind.COUNT]string { "offset_of", "type_of", "const", - "asm", - "yield", - "await", "", };