diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-10-01 11:24:54 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-10-01 11:24:54 +0200 |
commit | 4bfd4dc6c7c50524f2c6382692cf599e1c62b94e (patch) | |
tree | d1f25073bdbab6dc8a6b71afc4c588e0659fb59f /AK/JsonObject.cpp | |
parent | 08a1fb8f1a1e762fa4dc0e67d8162582a6ba2823 (diff) | |
download | serenity-4bfd4dc6c7c50524f2c6382692cf599e1c62b94e.zip |
AK: Remove empty files JsonArray.cpp and JsonObject.cpp
Diffstat (limited to 'AK/JsonObject.cpp')
-rw-r--r-- | AK/JsonObject.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/AK/JsonObject.cpp b/AK/JsonObject.cpp deleted file mode 100644 index 325ed33f1b..0000000000 --- a/AK/JsonObject.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include <AK/JsonObject.h> -#include <AK/StringBuilder.h> - -namespace AK { - -} |