Переглянути джерело

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

Andreas Kling 5 роки тому
батько
коміт
4bfd4dc6c7

+ 0 - 6
AK/JsonArray.cpp

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

+ 0 - 6
AK/JsonObject.cpp

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

+ 0 - 2
AK/Tests/Makefile

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

+ 0 - 2
DevTools/FormCompiler/Makefile

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

+ 0 - 2
DevTools/IPCCompiler/Makefile

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

+ 0 - 2
Kernel/Makefile

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

+ 0 - 2
Libraries/LibC/Makefile

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

+ 0 - 2
Libraries/LibHTML/Makefile.host

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