Remove unused imports in thread.odin

This commit is contained in:
gingerBill
2020-06-22 13:35:44 +01:00
parent 0ab356aa4e
commit 2562df5387
-2
View File
@@ -1,8 +1,6 @@
package thread
import "core:runtime"
import "core:os"
import "core:sync"
Thread_Proc :: #type proc(^Thread);