Minor style change

This commit is contained in:
gingerBill
2023-01-02 00:35:12 +00:00
parent 3c90a05957
commit da479c7628
2 changed files with 2 additions and 8 deletions

View File

@@ -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);
}