mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 10:17:35 +00:00
Kernel: Remove unnecessary FutexQueue::did_remove()
This was only ever called immediately after FutexQueue::try_remove() to VERIFY() that the state looks exactly like it should after returning from try_remove().
This commit is contained in:
parent
928929bbe1
commit
6c16bedd69
3 changed files with 0 additions and 9 deletions
|
@ -32,7 +32,6 @@ public:
|
|||
}
|
||||
|
||||
bool queue_imminent_wait();
|
||||
void did_remove();
|
||||
bool try_remove();
|
||||
|
||||
bool is_empty_and_no_imminent_waits()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue