1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:37:35 +00:00

LibCore: Remove Core::Socket :^)

This class is one of the last users of Core::IODevice and is no longer
used itself.
This commit is contained in:
sin-ack 2022-02-06 17:31:07 +00:00 committed by Andreas Kling
parent 72ef1d7c06
commit 528af7def7
3 changed files with 0 additions and 317 deletions

View file

@ -27,7 +27,6 @@ set(SOURCES
ProcessStatisticsReader.cpp
Property.cpp
SecretString.cpp
Socket.cpp
Stream.cpp
StandardPaths.cpp
System.cpp