mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
Removed implementation of JsonBufferAllocated::delete.
This commit is contained in:
committed by
Benoit Blanchon
parent
476e5aaa86
commit
5da41edf6a
@@ -46,7 +46,7 @@ class JsonArray : public Internals::JsonPrintable<JsonArray>,
|
||||
// Create an empty JsonArray attached to the specified JsonBuffer.
|
||||
// You should not call this constructor directly.
|
||||
// Instead, use JsonBuffer::createArray() or JsonBuffer::parseArray().
|
||||
explicit JsonArray(JsonBuffer *buffer)
|
||||
explicit JsonArray(JsonBuffer *buffer) throw()
|
||||
: Internals::List<JsonVariant>(buffer) {}
|
||||
|
||||
// Gets the value at the specified index
|
||||
|
||||
Reference in New Issue
Block a user