LibCore+Userland: Remove Core::TCPSocket :^)

This was deprecated in favor of Core::Stream::TCPSocket, and now has no
users.
This commit is contained in:
sin-ack 2022-02-06 16:05:28 +00:00 committed by Brian Gianforcaro
commit 64f135d90f
Notes: sideshowbarker 2024-07-17 19:42:38 +09:00
10 changed files with 1 additions and 83 deletions

View file

@ -10,7 +10,6 @@
#include <LibCore/Notifier.h>
#include <LibCore/System.h>
#include <LibCore/TCPServer.h>
#include <LibCore/TCPSocket.h>
namespace Core {