]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: drop dead flush_read_list declaration 29458/head
authorJiaying Ren <jiaying.ren@umcloud.com>
Fri, 2 Aug 2019 07:21:46 +0000 (15:21 +0800)
committerJiaying Ren <jiaying.ren@umcloud.com>
Fri, 2 Aug 2019 07:21:46 +0000 (15:21 +0800)
Signed-off-by: Jiaying Ren <jiaying.ren@umcloud.com>
src/rgw/rgw_rados.h

index d62ac9cecbff3ddfed2083020b64626be418be51..23561068331976517c1ec432e476db841d319710 100644 (file)
@@ -2061,8 +2061,6 @@ public:
                   uint64_t max_chunk_size, iterate_obj_cb cb, void *arg,
                   optional_yield y);
 
-  int flush_read_list(struct get_obj_data *d);
-
   int get_obj_iterate_cb(const rgw_raw_obj& read_obj, off_t obj_ofs,
                          off_t read_ofs, off_t len, bool is_head_obj,
                          RGWObjState *astate, void *arg);