Merge pull request #35800 from ucasfl/mutex

remove unused variable
This commit is contained in:
Kseniia Sumarokova 2022-04-01 10:46:23 +02:00 committed by GitHub
commit 9c39320e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,6 @@ private:
/// Mutex for the blocks and ready condition /// Mutex for the blocks and ready condition
std::mutex mutex; std::mutex mutex;
std::mutex flush_table_mutex;
std::shared_mutex fire_signal_mutex; std::shared_mutex fire_signal_mutex;
mutable std::mutex sample_block_lock; /// Mutex to protect access to sample block and inner_blocks_query mutable std::mutex sample_block_lock; /// Mutex to protect access to sample block and inner_blocks_query