From 4bfd4dc6c7c50524f2c6382692cf599e1c62b94e Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 1 Oct 2019 11:24:54 +0200 Subject: AK: Remove empty files JsonArray.cpp and JsonObject.cpp --- DevTools/IPCCompiler/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'DevTools/IPCCompiler') 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 \ -- cgit v1.2.3