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

@ -1,6 +0,0 @@
#include <AK/JsonArray.h>
#include <AK/StringBuilder.h>
namespace AK {
}

View file

@ -1,6 +0,0 @@
#include <AK/JsonObject.h>
#include <AK/StringBuilder.h>
namespace AK {
}

View file

@ -8,8 +8,6 @@ SHARED_TEST_OBJS = \
../StringBuilder.o \ ../StringBuilder.o \
../StringView.o \ ../StringView.o \
../LogStream.o \ ../LogStream.o \
../JsonArray.o \
../JsonObject.o \
../JsonValue.o \ ../JsonValue.o \
../JsonParser.o \ ../JsonParser.o \
../FileSystemPath.o \ ../FileSystemPath.o \

View file

@ -6,9 +6,7 @@ OBJS = \
../../AK/StringImpl.o \ ../../AK/StringImpl.o \
../../AK/StringBuilder.o \ ../../AK/StringBuilder.o \
../../AK/StringView.o \ ../../AK/StringView.o \
../../AK/JsonObject.o \
../../AK/JsonValue.o \ ../../AK/JsonValue.o \
../../AK/JsonArray.o \
../../AK/JsonParser.o \ ../../AK/JsonParser.o \
../../AK/LogStream.o \ ../../AK/LogStream.o \
../../Libraries/LibCore/CIODevice.o \ ../../Libraries/LibCore/CIODevice.o \

View file

@ -6,9 +6,7 @@ OBJS = \
../../AK/StringImpl.o \ ../../AK/StringImpl.o \
../../AK/StringBuilder.o \ ../../AK/StringBuilder.o \
../../AK/StringView.o \ ../../AK/StringView.o \
../../AK/JsonObject.o \
../../AK/JsonValue.o \ ../../AK/JsonValue.o \
../../AK/JsonArray.o \
../../AK/JsonParser.o \ ../../AK/JsonParser.o \
../../AK/LogStream.o \ ../../AK/LogStream.o \
../../Libraries/LibCore/CIODevice.o \ ../../Libraries/LibCore/CIODevice.o \

View file

@ -96,9 +96,7 @@ AK_OBJS = \
../AK/StringBuilder.o \ ../AK/StringBuilder.o \
../AK/StringView.o \ ../AK/StringView.o \
../AK/FileSystemPath.o \ ../AK/FileSystemPath.o \
../AK/JsonObject.o \
../AK/JsonValue.o \ ../AK/JsonValue.o \
../AK/JsonArray.o \
../AK/JsonParser.o \ ../AK/JsonParser.o \
../AK/LogStream.o \ ../AK/LogStream.o \
../AK/ELF/ELFImage.o \ ../AK/ELF/ELFImage.o \

View file

@ -8,8 +8,6 @@ AK_OBJS = \
../../AK/FileSystemPath.o \ ../../AK/FileSystemPath.o \
../../AK/URL.o \ ../../AK/URL.o \
../../AK/JsonValue.o \ ../../AK/JsonValue.o \
../../AK/JsonArray.o \
../../AK/JsonObject.o \
../../AK/JsonParser.o \ ../../AK/JsonParser.o \
../../AK/LogStream.o \ ../../AK/LogStream.o \
../../AK/MappedFile.o \ ../../AK/MappedFile.o \

View file

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