From 994b5a2a6c340285f7a437cb9a4710e1a81e1525 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Thu, 12 Jun 2025 16:01:31 +0200 Subject: [PATCH] Remove c import --- core/thread/thread_unix.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/core/thread/thread_unix.odin b/core/thread/thread_unix.odin index 41b168407..1df446b86 100644 --- a/core/thread/thread_unix.odin +++ b/core/thread/thread_unix.odin @@ -3,7 +3,6 @@ package thread import "base:runtime" -import "core:c" import "core:sync" import "core:sys/posix"