This is never called in LocalServer and someone might accidentally use it -- I did. :^)
@@ -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);