mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
AK: Remove empty files JsonArray.cpp and JsonObject.cpp
This commit is contained in:
parent
08a1fb8f1a
commit
4bfd4dc6c7
Notes:
sideshowbarker
2024-07-19 11:52:02 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/4bfd4dc6c7c
8 changed files with 0 additions and 24 deletions
|
@ -1,6 +0,0 @@
|
|||
#include <AK/JsonArray.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
|
||||
namespace AK {
|
||||
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
#include <AK/JsonObject.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
|
||||
namespace AK {
|
||||
|
||||
}
|
|
@ -8,8 +8,6 @@ SHARED_TEST_OBJS = \
|
|||
../StringBuilder.o \
|
||||
../StringView.o \
|
||||
../LogStream.o \
|
||||
../JsonArray.o \
|
||||
../JsonObject.o \
|
||||
../JsonValue.o \
|
||||
../JsonParser.o \
|
||||
../FileSystemPath.o \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -96,9 +96,7 @@ AK_OBJS = \
|
|||
../AK/StringBuilder.o \
|
||||
../AK/StringView.o \
|
||||
../AK/FileSystemPath.o \
|
||||
../AK/JsonObject.o \
|
||||
../AK/JsonValue.o \
|
||||
../AK/JsonArray.o \
|
||||
../AK/JsonParser.o \
|
||||
../AK/LogStream.o \
|
||||
../AK/ELF/ELFImage.o \
|
||||
|
|
|
@ -8,8 +8,6 @@ AK_OBJS = \
|
|||
../../AK/FileSystemPath.o \
|
||||
../../AK/URL.o \
|
||||
../../AK/JsonValue.o \
|
||||
../../AK/JsonArray.o \
|
||||
../../AK/JsonObject.o \
|
||||
../../AK/JsonParser.o \
|
||||
../../AK/LogStream.o \
|
||||
../../AK/MappedFile.o \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue