diff options
| author | Ely Alon <elyalon345@gmail.com> | 2025-06-07 01:40:43 +0300 |
|---|---|---|
| committer | Ely Alon <elyalon345@gmail.com> | 2025-06-07 01:40:43 +0300 |
| commit | deeb9e2d12b17321669b01c745716b0374e983a0 (patch) | |
| tree | 03b2cfede8543d1fb8cc7b17df8ecc4cf2a82a2f /core/os | |
| parent | 17746db55583ddb7453df5d06ea477738907a662 (diff) | |
remove fmt import
Diffstat (limited to 'core/os')
| -rw-r--r-- | core/os/os2/user_posix.odin | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |