Remove outstandingly wrong code

This commit is contained in:
Alexey Milovidov 2021-11-24 00:48:57 +03:00
parent d15817135f
commit 1acbafdffe

View File

@ -117,9 +117,6 @@ void WriteBufferValidUTF8::nextImpl()
memory[i] = p[i];
working_buffer = Buffer(&memory[cnt], memory.data() + memory.size());
/// Propagate next() to the output buffer
output_buffer.next();
}
WriteBufferValidUTF8::~WriteBufferValidUTF8()