AK: Remove empty files JsonArray.cpp and JsonObject.cpp

This commit is contained in:
Andreas Kling 2019-10-01 11:24:54 +02:00
commit 4bfd4dc6c7
Notes: sideshowbarker 2024-07-19 11:52:02 +09:00
8 changed files with 0 additions and 24 deletions

View file

@ -11,8 +11,6 @@ EXTRA_OBJS = \
../../AK/LogStream.o \
../../AK/JsonValue.o \
../../AK/JsonParser.o \
../../AK/JsonArray.o \
../../AK/JsonObject.o \
../LibCore/CEventLoop.o \
../LibCore/CObject.o \
../LibCore/CEvent.o \