From 654c16ed2eca1ad174a7144661042f805ffdc6e5 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 13 Jun 2015 17:56:37 -0700 Subject: [PATCH] os/ObjectStore: drop get_ideal_list_min() Unused. Fix comment on get_ideal_list_max while we are here. Signed-off-by: Sage Weil --- src/os/ObjectStore.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/os/ObjectStore.h b/src/os/ObjectStore.h index e1e4a80bbb7c..67cea3488463 100644 --- a/src/os/ObjectStore.h +++ b/src/os/ObjectStore.h @@ -1809,14 +1809,7 @@ public: std::string *value); /** - * get ideal min value for collection_list_partial() - * - * default to some arbitrary values; the implementation will override. - */ - virtual int get_ideal_list_min() { return 32; } - - /** - * get ideal max value for collection_list_partial() + * get ideal max value for collection_list() * * default to some arbitrary values; the implementation will override. */ -- 2.47.3