mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
This is no longer used by any of our IPC pairs.
This commit is contained in:
@@ -18,10 +18,6 @@ class NotificationServerConnection : public IPC::ServerConnection<NotificationCl
|
||||
friend class Notification;
|
||||
|
||||
public:
|
||||
virtual void handshake() override
|
||||
{
|
||||
}
|
||||
|
||||
virtual void die() override
|
||||
{
|
||||
m_notification->connection_closed();
|
||||
|
||||
Reference in New Issue
Block a user