diff --git a/core/thread/thread.odin b/core/thread/thread.odin index fce35b124..09d23fe82 100644 --- a/core/thread/thread.odin +++ b/core/thread/thread.odin @@ -1,7 +1,6 @@ package thread import "core:runtime" -import "core:sync" import "core:mem" import "intrinsics"