From: Marcus Watts Date: Sat, 22 Jun 2024 02:02:00 +0000 (-0400) Subject: rgw: trivial cleanup from former fix attribute handling for swift bucket post and put X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f57e2a797895cc6f430d987fee423ff07e8e79f4;p=ceph-ci.git rgw: trivial cleanup from former fix attribute handling for swift bucket post and put Trivial "free' cleanup: this commit removes an unused variable "battrs". This is a remanent of a much larger patch that now has a different fix upstream. Signed-off-by: Marcus Watts Conflicts: src/rgw/rgw_op.cc (cherry picked from commit 340d10bf63c8ae53021dd26c7ea7fbd35db5d4b8) --- diff --git a/src/rgw/rgw_op.cc b/src/rgw/rgw_op.cc index 255dfd3370d..e3d325b9b37 100644 --- a/src/rgw/rgw_op.cc +++ b/src/rgw/rgw_op.cc @@ -3874,8 +3874,6 @@ void RGWCreateBucket::execute(optional_yield y) * changed in the meantime, we have to refresh. */ short tries = 0; do { - map battrs; - op_ret = s->bucket->load_bucket(this, y); if (op_ret < 0) { return;