summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWebSocket/WebSocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWebSocket/WebSocket.cpp')
-rw-r--r--Userland/Libraries/LibWebSocket/WebSocket.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/Userland/Libraries/LibWebSocket/WebSocket.cpp b/Userland/Libraries/LibWebSocket/WebSocket.cpp
index 16f557644c..3aa12da472 100644
--- a/Userland/Libraries/LibWebSocket/WebSocket.cpp
+++ b/Userland/Libraries/LibWebSocket/WebSocket.cpp
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2021, Dexβ™ͺ <dexes.ttp@gmail.com>
+ * Copyright (c) 2022, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
@@ -25,10 +26,6 @@ WebSocket::WebSocket(ConnectionInfo connection)
{
}
-WebSocket::~WebSocket()
-{
-}
-
void WebSocket::start()
{
VERIFY(m_state == WebSocket::InternalState::NotStarted);