Skip to content

Commit 6b5239b

Browse files
committed
clang-tidy: removed unused field
1 parent 214c06b commit 6b5239b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ArduinoJson/Json/TextFormatter.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ class TextFormatter {
155155

156156
protected:
157157
CountingDecorator<TWriter> _writer;
158-
size_t _length;
159158

160159
private:
161160
TextFormatter &operator=(const TextFormatter &); // cannot be assigned

0 commit comments

Comments
 (0)