From deeb9e2d12b17321669b01c745716b0374e983a0 Mon Sep 17 00:00:00 2001 From: Ely Alon Date: Sat, 7 Jun 2025 01:40:43 +0300 Subject: [PATCH] remove fmt import --- core/os/os2/user_posix.odin | 1 - 1 file changed, 1 deletion(-) 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 {