mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-27 09:50:03 +00:00
Remove unused import
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
package sync2
|
package sync2
|
||||||
|
|
||||||
import "core:time"
|
import "core:time"
|
||||||
import "core:runtime"
|
|
||||||
|
|
||||||
// A Mutex is a mutual exclusion lock
|
// A Mutex is a mutual exclusion lock
|
||||||
// The zero value for a Mutex is an unlocked mutex
|
// The zero value for a Mutex is an unlocked mutex
|
||||||
|
|||||||
Reference in New Issue
Block a user