From c07af12c2902b43a9197f658707ad63c2d621014 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Thu, 8 Jan 2015 10:27:32 -0800 Subject: [PATCH] cls_rgw: remove incorrect function declaration Signed-off-by: Yehuda Sadeh --- src/cls/rgw/cls_rgw_client.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cls/rgw/cls_rgw_client.h b/src/cls/rgw/cls_rgw_client.h index 64d6407d52b1a..3341ad3ff76ef 100644 --- a/src/cls/rgw/cls_rgw_client.h +++ b/src/cls/rgw/cls_rgw_client.h @@ -400,8 +400,6 @@ public: CLSRGWConcurrentIO(io_ctx, oids, max_aio), result(dir_headers) {} }; -int cls_rgw_get_dir_header(librados::IoCtx& io_ctx, map& dir_headers, - uint32_t max_aio); int cls_rgw_get_dir_header_async(librados::IoCtx& io_ctx, string& oid, RGWGetDirHeader_CB *ctx); void cls_rgw_encode_suggestion(char op, rgw_bucket_dir_entry& dirent, bufferlist& updates); -- 2.39.5