From: Enming Zhang Date: Mon, 23 Oct 2017 08:46:34 +0000 (+0800) Subject: rgw: cleanup unused variable in the function copy_obj_data X-Git-Tag: v13.0.1~365^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b19fdce7561963237b28af0056abd9b5b12d21c3;p=ceph.git rgw: cleanup unused variable in the function copy_obj_data Signed-off-by: Enming Zhang --- diff --git a/src/rgw/rgw_rados.cc b/src/rgw/rgw_rados.cc index 85b15e16621f..5abf4797b276 100644 --- a/src/rgw/rgw_rados.cc +++ b/src/rgw/rgw_rados.cc @@ -8165,9 +8165,6 @@ int RGWRados::copy_obj_data(RGWObjectCtx& obj_ctx, string *ptag, ceph::buffer::list *petag) { - bufferlist first_chunk; - RGWObjManifest manifest; - string tag; append_rand_alpha(cct, tag, tag, 32);