diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-10-01 11:24:54 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-10-01 11:24:54 +0200 |
commit | 4bfd4dc6c7c50524f2c6382692cf599e1c62b94e (patch) | |
tree | d1f25073bdbab6dc8a6b71afc4c588e0659fb59f /Kernel/Makefile | |
parent | 08a1fb8f1a1e762fa4dc0e67d8162582a6ba2823 (diff) | |
download | serenity-4bfd4dc6c7c50524f2c6382692cf599e1c62b94e.zip |
AK: Remove empty files JsonArray.cpp and JsonObject.cpp
Diffstat (limited to 'Kernel/Makefile')
-rw-r--r-- | Kernel/Makefile | 2 |
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 \ |