浏览代码

remove fmt import

Ely Alon 3 月之前
父节点
当前提交
deeb9e2d12
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      core/os/os2/user_posix.odin

+ 0 - 1
core/os/os2/user_posix.odin

@@ -4,7 +4,6 @@ package os2
 import "base:runtime"
 import "core:strings"
 import "core:sys/posix"
-import "core:fmt" //remove
 
 _user_cache_dir :: proc(allocator: runtime.Allocator) -> (dir: string, err: Error) {
 	#partial switch ODIN_OS {