]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/ObjectStore: drop get_ideal_list_min() 5331/head
authorSage Weil <sage@redhat.com>
Sun, 14 Jun 2015 00:56:37 +0000 (17:56 -0700)
committerSage Weil <sage@redhat.com>
Fri, 7 Aug 2015 12:45:34 +0000 (08:45 -0400)
Unused.  Fix comment on get_ideal_list_max while we are here.

Signed-off-by: Sage Weil <sage@redhat.com>
src/os/ObjectStore.h

index e1e4a80bbb7cda47f546af51a3ef39509f552b12..67cea3488463112b3ceb46f2a1cde6f733dfc14c 100644 (file)
@@ -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.
    */