8000 Removed unused stuff · rprand/ArduinoJson@c22473c · GitHub
[go: up one dir, main page]

Skip to content

Commit c22473c

Browse files
committed
Removed unused stuff
1 parent 3e8861b commit c22473c

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

JsonParser/JsonArray.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#include "JsonValue.h"
99
#include "JsonArrayIterator.h"
10-
#include "JsonToken.h"
1110

1211
namespace ArduinoJson
1312
{

JsonParser/JsonObject.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ namespace ArduinoJson
7979
{
8080
return operator[](key);
8181
}
82-
83-
static JsonObject null()
84-
{
85-
return JsonObject(JsonToken::null());
86-
}
8782
};
8883

8984
typedef JsonObject JsonHashTable;

JsonParser/JsonValue.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ namespace ArduinoJson
2121
{
2222
namespace Parser
2323
{
24-
class JsonArray;
25-
class JsonObject;
26-
2724
class JsonValue : protected JsonToken
2825
{
2926
public:

0 commit comments

Comments
 (0)
0