remove fmt import

This commit is contained in:
Ely Alon
2025-06-07 01:40:43 +03:00
parent 17746db555
commit deeb9e2d12
-1
View File
@@ -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 {