From: Danny Al-Gaaf Date: Thu, 23 Oct 2014 17:51:33 +0000 (+0200) Subject: rgw/rgw_rados.cc: remove unused variable 'objs' X-Git-Tag: v0.88~22^2~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f99c5f9a666df23b1cd7c0523d735afef62c6925;p=ceph.git rgw/rgw_rados.cc: remove unused variable 'objs' Signed-off-by: Danny Al-Gaaf --- diff --git a/src/rgw/rgw_rados.cc b/src/rgw/rgw_rados.cc index 1d05509d6c8..54856bf3a4d 100644 --- a/src/rgw/rgw_rados.cc +++ b/src/rgw/rgw_rados.cc @@ -3498,7 +3498,6 @@ int RGWRados::copy_obj_data(void *ctx, { bufferlist first_chunk; RGWObjManifest manifest; - map objs; string tag; append_rand_alpha(cct, tag, tag, 32);