diff --git a/core/os/os2/user_posix.odin b/core/os/os2/user_posix.odin index cc0f51f7d..2c31f7eb8 100644 --- a/core/os/os2/user_posix.odin +++ b/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 {