diff options
| author | jakubtomsu <66876057+jakubtomsu@users.noreply.github.com> | 2026-02-10 19:45:18 +0100 |
|---|---|---|
| committer | jakubtomsu <66876057+jakubtomsu@users.noreply.github.com> | 2026-02-10 19:45:18 +0100 |
| commit | 0e2f5b7d7007df27f4a9f4a7eaa4b1166dd45f3a (patch) | |
| tree | a76c6c3bc0f25df5bd78e404a271cb9d6c7ba87c /core/debug | |
| parent | 874ffa0385046efdab5b03f2bfc04bb735968400 (diff) | |
remove strconv
Diffstat (limited to 'core/debug')
| -rw-r--r-- | core/debug/trace/trace_windows.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/debug/trace/trace_windows.odin b/core/debug/trace/trace_windows.odin index d4f5d08cc..b27b0ee29 100644 --- a/core/debug/trace/trace_windows.odin +++ b/core/debug/trace/trace_windows.odin @@ -6,7 +6,6 @@ import "base:intrinsics" import "base:runtime" import win32 "core:sys/windows" -import "core:strconv" _Context :: struct { hProcess: win32.HANDLE, |