mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Remove outstandingly wrong code
This commit is contained in:
parent
d15817135f
commit
1acbafdffe
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user