mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Remove unused import
This commit is contained in:
@@ -4,7 +4,6 @@ import "core:odin/ast"
|
|||||||
import "core:odin/tokenizer"
|
import "core:odin/tokenizer"
|
||||||
|
|
||||||
import "core:fmt"
|
import "core:fmt"
|
||||||
import "core:reflect"
|
|
||||||
|
|
||||||
Warning_Handler :: #type proc(pos: tokenizer.Pos, fmt: string, args: ..any)
|
Warning_Handler :: #type proc(pos: tokenizer.Pos, fmt: string, args: ..any)
|
||||||
Error_Handler :: #type proc(pos: tokenizer.Pos, fmt: string, args: ..any)
|
Error_Handler :: #type proc(pos: tokenizer.Pos, fmt: string, args: ..any)
|
||||||
|
|||||||
Reference in New Issue
Block a user