diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-27 17:21:52 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-27 17:21:52 +0100 |
| commit | ffffb04d8564f22b0e594c024c4dddf305428d6c (patch) | |
| tree | 2df97e0fd9f72b339f195241c6f18ec4b2c1e019 /core/sync/sync2 | |
| parent | 17390cd317192345d7c2a03eefb4af2032705753 (diff) | |
Remove unused import
Diffstat (limited to 'core/sync/sync2')
| -rw-r--r-- | core/sync/sync2/primitives.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/sync/sync2/primitives.odin b/core/sync/sync2/primitives.odin index 07ac91515..bf16ea735 100644 --- a/core/sync/sync2/primitives.odin +++ b/core/sync/sync2/primitives.odin @@ -1,7 +1,6 @@ package sync2 import "core:time" -import "core:runtime" // A Mutex is a mutual exclusion lock // The zero value for a Mutex is an unlocked mutex |