[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:
yiguolei
2023-01-30 13:03:18 +08:00
committed by GitHub
parent f87f80a9ef
commit 4b6a4b3cf7
50 changed files with 32 additions and 517 deletions

View File

@ -320,7 +320,6 @@ Status PushBrokerReader::init(const Schema* schema, const TBrokerScanRange& t_sc
}
_runtime_profile = _runtime_state->runtime_profile();
_runtime_profile->set_name("PushBrokerReader");
_tuple_buffer_pool.reset(new MemPool());
_counter.reset(new ScannerCounter());