forked from bblanchon/ArduinoJson
Removed unused stuff
This commit is contained in:
@ -79,11 +79,6 @@ namespace ArduinoJson
|
||||
{
|
||||
return operator[](key);
|
||||
}
|
||||
|
||||
static JsonObject null()
|
||||
{
|
||||
return JsonObject(JsonToken::null());
|
||||
}
|
||||
};
|
||||
|
||||
typedef JsonObject JsonHashTable;
|
||||
|
Reference in New Issue
Block a user