From: Igor Fedotov Date: Tue, 30 Jul 2019 11:53:03 +0000 (+0300) Subject: os/bluestore: remove unused _tune_cache_size() method declaration X-Git-Tag: v15.1.0~1964^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=02156d8a27ed93346427ed8f6a3d8ae2e98b1ffd;p=ceph.git os/bluestore: remove unused _tune_cache_size() method declaration Signed-off-by: Igor Fedotov --- diff --git a/src/os/bluestore/BlueStore.h b/src/os/bluestore/BlueStore.h index 32ead8a614a..34757481e3a 100644 --- a/src/os/bluestore/BlueStore.h +++ b/src/os/bluestore/BlueStore.h @@ -2017,13 +2017,6 @@ private: private: void _adjust_cache_settings(); void _resize_shards(bool interval_stats); - void _tune_cache_size(bool interval_stats); - void _balance_cache( - const std::list>& caches); - void _balance_cache_pri( - int64_t *mem_avail, - const std::list>& caches, - PriorityCache::Priority pri); } mempool_thread; // --------------------------------------------------------