mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Remove dead keywords in odin_token
This commit is contained in:
@@ -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",
|
|
||||||
"",
|
"",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user