mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
Add unused variables
This commit is contained in:
parent
5a1b96ac84
commit
5b51a35e01
@ -112,8 +112,8 @@ private:
|
||||
MemoryStatisticsOS memory_stat TSA_GUARDED_BY(data_mutex);
|
||||
#endif
|
||||
|
||||
const bool update_jemalloc_epoch;
|
||||
const bool update_rss;
|
||||
[[maybe_unused]] const bool update_jemalloc_epoch;
|
||||
[[maybe_unused]] const bool update_rss;
|
||||
|
||||
#if defined(OS_LINUX)
|
||||
std::optional<ReadBufferFromFilePRead> meminfo TSA_GUARDED_BY(data_mutex);
|
||||
|
Loading…
Reference in New Issue
Block a user