kernel/thread_types: Remove Thread::condition_variable_entry.

Unused, and "struct PrivateConditionVariableEntry" no longer exists, anyway.
This commit is contained in:
Augustin Cavalier
2023-04-26 15:32:20 -04:00
parent c7cd1bae68
commit f5e531e92e
-2
View File
@@ -487,8 +487,6 @@ struct Thread : TeamThreadIteratorEntry<thread_id>, KernelReferenceable {
timer unblock_timer; // timer for block with timeout
} wait;
struct PrivateConditionVariableEntry *condition_variable_entry;
struct {
sem_id write_sem; // acquired by writers before writing
sem_id read_sem; // release by writers after writing, acquired