LibCore: Remove LocalServer::on_ready_to_accept
This is never called in LocalServer and someone might accidentally use it -- I did. :^)
This commit is contained in:
parent
dfdb52efa7
commit
e0e8fd6384
Notes:
sideshowbarker
2024-07-17 22:42:35 +09:00
Author: https://github.com/sin-ack Commit: https://github.com/SerenityOS/serenity/commit/e0e8fd6384f Pull-request: https://github.com/SerenityOS/serenity/pull/9977 Reviewed-by: https://github.com/Dexesttp Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/awesomekling
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ public:
|
|||
RefPtr<LocalSocket> accept();
|
||||
|
||||
Function<void(NonnullRefPtr<Core::LocalSocket>)> on_accept;
|
||||
Function<void()> on_ready_to_accept;
|
||||
|
||||
private:
|
||||
explicit LocalServer(Object* parent = nullptr);
|
||||
|
|
Loading…
Add table
Reference in a new issue