From: Yehuda Sadeh Date: Thu, 8 Jan 2015 18:27:32 +0000 (-0800) Subject: cls_rgw: remove incorrect function declaration X-Git-Tag: v0.92~12^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c07af12c2902b43a9197f658707ad63c2d621014;p=ceph.git cls_rgw: remove incorrect function declaration Signed-off-by: Yehuda Sadeh --- diff --git a/src/cls/rgw/cls_rgw_client.h b/src/cls/rgw/cls_rgw_client.h index 64d6407d52b1..3341ad3ff76e 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);