Removed unused stuff

This commit is contained in:
Benoit Blanchon
2014-07-21 11:06:31 +02:00
parent 3e8861b1a0
commit c22473cf37
3 changed files with 0 additions and 9 deletions

View File

@ -79,11 +79,6 @@ namespace ArduinoJson
{
return operator[](key);
}
static JsonObject null()
{
return JsonObject(JsonToken::null());
}
};
typedef JsonObject JsonHashTable;