mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
This is no longer used by any of our IPC pairs.
This commit is contained in:
@@ -11,11 +11,6 @@ namespace Protocol {
|
||||
|
||||
WebSocketClient::WebSocketClient()
|
||||
: IPC::ServerConnection<WebSocketClientEndpoint, WebSocketServerEndpoint>(*this, "/tmp/portal/websocket")
|
||||
{
|
||||
handshake();
|
||||
}
|
||||
|
||||
void WebSocketClient::handshake()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user