1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 17:28:11 +00:00

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

This commit is contained in:
Andreas Kling 2019-10-01 11:24:54 +02:00
parent 08a1fb8f1a
commit 4bfd4dc6c7
8 changed files with 0 additions and 24 deletions

View file

@ -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 \