Keep -vet happy

This commit is contained in:
gingerBill
2021-10-09 16:35:26 +01:00
parent 2ef0e6b8f6
commit 2b8807eb73
5 changed files with 0 additions and 9 deletions
-3
View File
@@ -2,7 +2,6 @@
//+private
package sync2
import "core:time"
import win32 "core:sys/windows"
_current_thread_id :: proc "contextless" () -> int {
@@ -54,8 +53,6 @@ _rw_mutex_try_shared_lock :: proc(rw: ^RW_Mutex) -> bool {
}
_Cond :: struct {
cond: win32.CONDITION_VARIABLE,
}