diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-04-13 02:23:14 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2021-04-13 02:23:14 +0200 |
| commit | 2942e45ff5394494e0e54f89de2f2cd9dcd57a1e (patch) | |
| tree | 5e80c820c37eef5bbf56d327570000641e9a914f | |
| parent | aca5c7c1c6b984a5523b7bb85765e13ea662b41a (diff) | |
Placate -vet for unrelated core:thread update.
| -rw-r--r-- | core/thread/thread.odin | 1 |
1 files changed, 0 insertions, 1 deletions
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" |