summaryrefslogtreecommitdiff
path: root/Userland/Libraries
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-03-12 17:36:50 +0100
committerAndreas Kling <kling@serenityos.org>2021-03-12 17:38:17 +0100
commitd3f112f9a26851f5431cb4f6c74d011292de5c36 (patch)
tree723abbf0ede057b9070b421e2e58a78a6976e2ee /Userland/Libraries
parentef1e5db1d063f55e57b1d7623ea7154583fc95ad (diff)
downloadserenity-d3f112f9a26851f5431cb4f6c74d011292de5c36.zip
AK+LibCore: Remove empty files
Diffstat (limited to 'Userland/Libraries')
-rw-r--r--Userland/Libraries/LibCore/CMakeLists.txt1
-rw-r--r--Userland/Libraries/LibCore/SocketAddress.cpp0
2 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibCore/CMakeLists.txt b/Userland/Libraries/LibCore/CMakeLists.txt
index 63593e1352..20418e4f20 100644
--- a/Userland/Libraries/LibCore/CMakeLists.txt
+++ b/Userland/Libraries/LibCore/CMakeLists.txt
@@ -22,7 +22,6 @@ set(SOURCES
Object.cpp
ProcessStatisticsReader.cpp
Property.cpp
- SocketAddress.cpp
Socket.cpp
StandardPaths.cpp
TCPServer.cpp
diff --git a/Userland/Libraries/LibCore/SocketAddress.cpp b/Userland/Libraries/LibCore/SocketAddress.cpp
deleted file mode 100644
index e69de29bb2..0000000000
--- a/Userland/Libraries/LibCore/SocketAddress.cpp
+++ /dev/null