mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
AK: Remove empty files JsonArray.cpp and JsonObject.cpp
This commit is contained in:
parent
08a1fb8f1a
commit
4bfd4dc6c7
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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue