Browse Source

Remove c import

Jeroen van Rijn 2 months ago
parent
commit
994b5a2a6c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/thread/thread_unix.odin

+ 0 - 1
core/thread/thread_unix.odin

@@ -3,7 +3,6 @@
 package thread
 
 import "base:runtime"
-import "core:c"
 import "core:sync"
 import "core:sys/posix"