Remove dead keywords in odin_token

This commit is contained in:
gingerBill
2019-08-09 23:01:22 +01:00
parent 2d26278a65
commit b08aa857b3
-6
View File
@@ -154,9 +154,6 @@ using Kind :: enum u32 {
Offset_Of, Offset_Of,
Type_Of, Type_Of,
Const, Const,
Asm,
Yield,
Await,
B_Keyword_End, B_Keyword_End,
COUNT, COUNT,
@@ -291,9 +288,6 @@ tokens := [Kind.COUNT]string {
"offset_of", "offset_of",
"type_of", "type_of",
"const", "const",
"asm",
"yield",
"await",
"", "",
}; };