]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: cleanup unused variable in the function copy_obj_data 18477/head
authorEnming Zhang <enming.zhang@umcloud.com>
Mon, 23 Oct 2017 08:46:34 +0000 (16:46 +0800)
committerEnming Zhang <enming.zhang@umcloud.com>
Mon, 23 Oct 2017 08:46:34 +0000 (16:46 +0800)
Signed-off-by: Enming Zhang <enming.zhang@umcloud.com>
src/rgw/rgw_rados.cc

index 85b15e16621fee3441074379cceb6889582759f5..5abf4797b276998e68f607643735b93a194dbd2c 100644 (file)
@@ -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);