mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Keep -vet happy
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package sync2
|
||||
|
||||
import "core:time"
|
||||
|
||||
Atomic_Mutex_State :: enum Futex {
|
||||
Unlocked = 0,
|
||||
Locked = 1,
|
||||
|
||||
Reference in New Issue
Block a user