This is an automated email from the ASF dual-hosted git repository. wangbo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 9412775686 remove useless variable in scanctx (#24849) 9412775686 is described below commit 94127756864d30c5abb061c3751aae5b68adc54f Author: wangbo <wan...@apache.org> AuthorDate: Mon Sep 25 14:36:18 2023 +0800 remove useless variable in scanctx (#24849) remove useless variable in scanctx --- be/src/vec/exec/scan/scanner_context.h | 1 - 1 file changed, 1 deletion(-) diff --git a/be/src/vec/exec/scan/scanner_context.h b/be/src/vec/exec/scan/scanner_context.h index c3ab01d1a7..1b0ebef8b5 100644 --- a/be/src/vec/exec/scan/scanner_context.h +++ b/be/src/vec/exec/scan/scanner_context.h @@ -254,7 +254,6 @@ protected: int64_t _cur_bytes_in_queue = 0; // The max limit bytes of blocks in blocks queue const int64_t _max_bytes_in_queue; - std::atomic<int64_t> _bytes_allocated = 0; doris::vectorized::ScannerScheduler* _scanner_scheduler; // List "scanners" saves all "unfinished" scanners. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org