mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
WindowServer: Remove some old commented-out code.
This commit is contained in:
parent
796bc56a13
commit
1484a9eabd
Notes:
sideshowbarker
2024-07-19 14:58:38 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/1484a9eabd6
1 changed files with 0 additions and 6 deletions
|
@ -249,12 +249,6 @@ void WSMessageLoop::notify_client_disconnected(int client_id)
|
|||
|
||||
void WSMessageLoop::on_receive_from_client(int client_id, const WSAPI_ClientMessage& message)
|
||||
{
|
||||
#if 0
|
||||
// FIXME: This should not be necessary.. why is this necessary?
|
||||
while (!running())
|
||||
sched_yield();
|
||||
#endif
|
||||
|
||||
WSClientConnection& client = *WSClientConnection::from_client_id(client_id);
|
||||
switch (message.type) {
|
||||
case WSAPI_ClientMessage::Type::Greeting:
|
||||
|
|
Loading…
Reference in a new issue