mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-18 04:52:22 +02:00
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