mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
This is no longer used by any of our IPC pairs.
This commit is contained in:
@@ -12,11 +12,6 @@ namespace Protocol {
|
||||
|
||||
RequestClient::RequestClient()
|
||||
: IPC::ServerConnection<RequestClientEndpoint, RequestServerEndpoint>(*this, "/tmp/portal/request")
|
||||
{
|
||||
handshake();
|
||||
}
|
||||
|
||||
void RequestClient::handshake()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user