mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 10:17:39 +02:00
Reduced code size
This commit is contained in:
@ -21,8 +21,6 @@ size_t List<T>::size() const {
|
||||
|
||||
template <typename T>
|
||||
typename List<T>::node_type *List<T>::addNewNode() {
|
||||
if (!_buffer) return NULL;
|
||||
|
||||
node_type *newNode = new (_buffer) node_type();
|
||||
|
||||
if (_firstNode) {
|
||||
|
Reference in New Issue
Block a user