From 8e2831b389010a6d153e7640c36a0694f0d234f2 Mon Sep 17 00:00:00 2001 From: Pete Zaitcev Date: Fri, 20 Nov 2015 15:53:23 -0700 Subject: [PATCH] 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 --- src/rgw/rgw_op.cc | 6 ------ 1 file changed, 6 deletions(-) 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; -- 2.47.3