mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-03 17:24:39 +00:00
Minor style change
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user