From: Pete Zaitcev Date: Fri, 20 Nov 2015 22:53:23 +0000 (-0700) Subject: rgw: Remove unused code in PutMetadataAccount:execute X-Git-Tag: v10.0.2~149^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8e2831b389010a6d153e7640c36a0694f0d234f2;p=ceph.git rgw: Remove unused code in PutMetadataAccount:execute Apparently this belonged to Object branch and escaped during refactoring in commit 84d746b36. Signed-off-by: Pete Zaitcev --- diff --git a/src/rgw/rgw_op.cc b/src/rgw/rgw_op.cc index 993659a8f69e..71facddf6b56 100644 --- a/src/rgw/rgw_op.cc +++ b/src/rgw/rgw_op.cc @@ -2279,15 +2279,9 @@ void RGWPutMetadataAccount::filter_out_temp_url(map& add_att void RGWPutMetadataAccount::execute() { - rgw_obj obj; map attrs, orig_attrs, rmattrs; RGWObjVersionTracker acct_op_tracker; - /* Get the name of raw object which stores the metadata in its xattrs. */ - string buckets_obj_id; - rgw_get_buckets_obj(s->user.user_id, buckets_obj_id); - obj = rgw_obj(store->zone.user_uid_pool, buckets_obj_id); - ret = get_params(); if (ret < 0) { return;