Browse Source

Remove unused imports in thread.odin

gingerBill 5 years ago
parent
commit
2562df5387
1 changed files with 0 additions and 2 deletions
  1. 0 2
      core/thread/thread.odin

+ 0 - 2
core/thread/thread.odin

@@ -1,8 +1,6 @@
 package thread
 
 import "core:runtime"
-import "core:os"
-import "core:sync"
 
 Thread_Proc :: #type proc(^Thread);