From 08d3ef1e226bf4a098fb8e50f177b18a4856c50d Mon Sep 17 00:00:00 2001 From: Jiaying Ren Date: Fri, 2 Aug 2019 15:21:46 +0800 Subject: [PATCH] rgw: drop dead flush_read_list declaration Signed-off-by: Jiaying Ren --- src/rgw/rgw_rados.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rgw/rgw_rados.h b/src/rgw/rgw_rados.h index d62ac9cecbff..235610683319 100644 --- a/src/rgw/rgw_rados.h +++ b/src/rgw/rgw_rados.h @@ -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); -- 2.47.3