[refactor](remove unused code) Remove unused mempool declare or function params (#16222)
* Remove unused mempool declare or function params --------- Co-authored-by: yiguolei <yiguolei@gmail.com>
This commit is contained in:
@ -78,7 +78,7 @@ Status EngineChecksumTask::_compute_checksum() {
|
||||
SipHash block_hash;
|
||||
uint64_t rows = 0;
|
||||
while (!eof) {
|
||||
RETURN_IF_ERROR(reader.next_block_with_aggregation(&block, nullptr, nullptr, &eof));
|
||||
RETURN_IF_ERROR(reader.next_block_with_aggregation(&block, &eof));
|
||||
rows += block.rows();
|
||||
|
||||
block.update_hash(block_hash);
|
||||
|
||||
Reference in New Issue
Block a user