mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01: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