mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
Remove unused imports in thread.odin
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package thread
|
||||
|
||||
import "core:runtime"
|
||||
import "core:os"
|
||||
import "core:sync"
|
||||
|
||||
Thread_Proc :: #type proc(^Thread);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user