mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-31 06:38:22 +00:00
LibCore+Userland: Remove Core::TCPSocket :^)
This was deprecated in favor of Core::Stream::TCPSocket, and now has no users.
This commit is contained in:
parent
cb57475168
commit
64f135d90f
Notes:
sideshowbarker
2024-07-17 19:42:38 +09:00
Author: https://github.com/sin-ack
Commit: 64f135d90f
Pull-request: https://github.com/SerenityOS/serenity/pull/12315
Reviewed-by: https://github.com/linusg ✅
10 changed files with 1 additions and 83 deletions
|
@ -15,7 +15,6 @@
|
|||
#include <LibCore/ElapsedTimer.h>
|
||||
#include <LibCore/EventLoop.h>
|
||||
#include <LibCore/NetworkJob.h>
|
||||
#include <LibCore/TCPSocket.h>
|
||||
#include <LibCore/Timer.h>
|
||||
#include <LibTLS/TLSv12.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue