Browse Source

Remove unused import

gingerBill 4 years ago
parent
commit
ffffb04d85
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/sync/sync2/primitives.odin

+ 0 - 1
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