From da479c7628d827d4343f82954c7d09adff31876c Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 2 Jan 2023 00:35:12 +0000 Subject: Minor style change --- src/threading.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/threading.cpp') diff --git a/src/threading.cpp b/src/threading.cpp index e3f26a8a0..4c7aa8f92 100644 --- a/src/threading.cpp +++ b/src/threading.cpp @@ -193,10 +193,6 @@ gb_internal void semaphore_wait(Semaphore *s) { CONDITION_VARIABLE cond; }; - gb_internal void condition_init(Condition *c) { - } - gb_internal void condition_destroy(Condition *c) { - } gb_internal void condition_broadcast(Condition *c) { WakeAllConditionVariable(&c->cond); } -- cgit v1.2.3