Keep -vet happy

This commit is contained in:
gingerBill
2021-06-08 18:26:38 +01:00
parent ee60be0137
commit fb8ad338d0
3 changed files with 0 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
package sync
import "intrinsics"
import "core:runtime"
cpu_relax :: #force_inline proc "contextless" () {
intrinsics.cpu_relax();

View File

@@ -1,7 +1,5 @@
package sync2
import "core:runtime"
// A Wait_Group waits for a collection of threads to finish
//
// A Wait_Group must not be copied after first use

View File

@@ -1,7 +1,6 @@
package sync2
import "core:time"
import "core:runtime"
Atomic_Mutex_State :: enum i32 {
Unlocked = 0,