summaryrefslogtreecommitdiff
path: root/Kernel/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-10-01 11:24:54 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-10-01 11:24:54 +0200
commit4bfd4dc6c7c50524f2c6382692cf599e1c62b94e (patch)
treed1f25073bdbab6dc8a6b71afc4c588e0659fb59f /Kernel/Makefile
parent08a1fb8f1a1e762fa4dc0e67d8162582a6ba2823 (diff)
downloadserenity-4bfd4dc6c7c50524f2c6382692cf599e1c62b94e.zip
AK: Remove empty files JsonArray.cpp and JsonObject.cpp
Diffstat (limited to 'Kernel/Makefile')
-rw-r--r--Kernel/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Kernel/Makefile b/Kernel/Makefile
index aeb8a15e85..a88112cbc3 100644
--- a/Kernel/Makefile
+++ b/Kernel/Makefile
@@ -96,9 +96,7 @@ AK_OBJS = \
../AK/StringBuilder.o \
../AK/StringView.o \
../AK/FileSystemPath.o \
- ../AK/JsonObject.o \
../AK/JsonValue.o \
- ../AK/JsonArray.o \
../AK/JsonParser.o \
../AK/LogStream.o \
../AK/ELF/ELFImage.o \