Removed implementation of JsonBufferAllocated::delete.

This commit is contained in:
Benoit Blanchon
2017-06-18 21:24:25 +02:00
committed by Benoit Blanchon
parent 476e5aaa86
commit 5da41edf6a
4 changed files with 5 additions and 4 deletions

View File

@@ -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