forked from bblanchon/ArduinoJson
clang-tidy: removed unused field
This commit is contained in:
@ -155,7 +155,6 @@ class TextFormatter {
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
CountingDecorator<TWriter> _writer;
|
CountingDecorator<TWriter> _writer;
|
||||||
size_t _length;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
TextFormatter &operator=(const TextFormatter &); // cannot be assigned
|
TextFormatter &operator=(const TextFormatter &); // cannot be assigned
|
||||||
|
Reference in New Issue
Block a user