mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 08:48:27 +01:00
Removed implementation of JsonBufferAllocated::delete.
This commit is contained in:
committed by
Benoit Blanchon
parent
476e5aaa86
commit
5da41edf6a
@@ -18,7 +18,7 @@ namespace Internals {
|
||||
// Used by List<T> and its iterators.
|
||||
template <typename T>
|
||||
struct ListNode : public Internals::JsonBufferAllocated {
|
||||
ListNode() : next(NULL) {}
|
||||
ListNode() throw() : next(NULL) {}
|
||||
|
||||
ListNode<T> *next;
|
||||
T content;
|
||||
|
||||
Reference in New Issue
Block a user