clang-tidy: removed unused field

This commit is contained in:
Benoit Blanchon
2021-06-04 09:51:40 +02:00
parent 214c06b771
commit 6b5239b9d5

View File

@ -155,7 +155,6 @@ class TextFormatter {
protected:
CountingDecorator<TWriter> _writer;
size_t _length;
private:
TextFormatter &operator=(const TextFormatter &); // cannot be assigned