From: Sage Weil Date: Sun, 14 Jun 2015 00:56:37 +0000 (-0700) Subject: os/ObjectStore: drop get_ideal_list_min() X-Git-Tag: v9.1.0~421^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5331%2Fhead;p=ceph.git os/ObjectStore: drop get_ideal_list_min() Unused. Fix comment on get_ideal_list_max while we are here. Signed-off-by: Sage Weil --- 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. */