2
0
gingerBill 3 жил өмнө
parent
commit
a83ca2120e

+ 0 - 1
core/odin/parser/parser.odin

@@ -4,7 +4,6 @@ import "core:odin/ast"
 import "core:odin/tokenizer"
 
 import "core:fmt"
-import "core:reflect"
 
 Warning_Handler :: #type proc(pos: tokenizer.Pos, fmt: string, args: ..any)
 Error_Handler   :: #type proc(pos: tokenizer.Pos, fmt: string, args: ..any)