]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cls_rgw: remove incorrect function declaration
authorYehuda Sadeh <yehuda@redhat.com>
Thu, 8 Jan 2015 18:27:32 +0000 (10:27 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Wed, 14 Jan 2015 03:21:27 +0000 (19:21 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/cls/rgw/cls_rgw_client.h

index 64d6407d52b1abbc09a59afe911788810c99a166..3341ad3ff76eff9c10b386b4f50e5216d18f749b 100644 (file)
@@ -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<string, rgw_cls_list_ret>& 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);