diff options
Diffstat (limited to 'Kernel/Net/TCPSocket.h')
-rw-r--r-- | Kernel/Net/TCPSocket.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Kernel/Net/TCPSocket.h b/Kernel/Net/TCPSocket.h index 44e444eec9..bff5ac14c2 100644 --- a/Kernel/Net/TCPSocket.h +++ b/Kernel/Net/TCPSocket.h @@ -34,8 +34,7 @@ namespace Kernel { -class TCPSocket final : public IPv4Socket - , public Weakable<TCPSocket> { +class TCPSocket final : public IPv4Socket { public: static void for_each(Function<void(const TCPSocket&)>); static NonnullRefPtr<TCPSocket> create(int protocol); |