aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-04-27 17:21:52 +0100
committergingerBill <bill@gingerbill.org>2021-04-27 17:21:52 +0100
commitffffb04d8564f22b0e594c024c4dddf305428d6c (patch)
tree2df97e0fd9f72b339f195241c6f18ec4b2c1e019
parent17390cd317192345d7c2a03eefb4af2032705753 (diff)
Remove unused import
-rw-r--r--core/sync/sync2/primitives.odin1
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