aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjakubtomsu <66876057+jakubtomsu@users.noreply.github.com>2026-02-10 19:45:18 +0100
committerjakubtomsu <66876057+jakubtomsu@users.noreply.github.com>2026-02-10 19:45:18 +0100
commit0e2f5b7d7007df27f4a9f4a7eaa4b1166dd45f3a (patch)
treea76c6c3bc0f25df5bd78e404a271cb9d6c7ba87c
parent874ffa0385046efdab5b03f2bfc04bb735968400 (diff)
remove strconv
-rw-r--r--core/debug/trace/trace_windows.odin1
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,