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 /DevTools/IPCCompiler | |
parent | 08a1fb8f1a1e762fa4dc0e67d8162582a6ba2823 (diff) | |
download | serenity-4bfd4dc6c7c50524f2c6382692cf599e1c62b94e.zip |
AK: Remove empty files JsonArray.cpp and JsonObject.cpp
Diffstat (limited to 'DevTools/IPCCompiler')
-rw-r--r-- | DevTools/IPCCompiler/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/DevTools/IPCCompiler/Makefile b/DevTools/IPCCompiler/Makefile index 160cf86979..089b75497a 100644 --- a/DevTools/IPCCompiler/Makefile +++ b/DevTools/IPCCompiler/Makefile @@ -6,9 +6,7 @@ OBJS = \ ../../AK/StringImpl.o \ ../../AK/StringBuilder.o \ ../../AK/StringView.o \ - ../../AK/JsonObject.o \ ../../AK/JsonValue.o \ - ../../AK/JsonArray.o \ ../../AK/JsonParser.o \ ../../AK/LogStream.o \ ../../Libraries/LibCore/CIODevice.o \ |