]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: remove unused block of code 49795/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Tue, 15 Nov 2022 02:19:19 +0000 (21:19 -0500)
committerJ. Eric Ivancich <ivancich@redhat.com>
Thu, 9 Feb 2023 19:36:07 +0000 (14:36 -0500)
commit2da11a2c6f6a38f96b0541916c91108d41b77dcc
tree78c7ec6065eec00ffc98506a26066bb26d905c06
parent0a09d78f0f834db0ff803040b9c44d290762ac4b
rgw: remove unused block of code

The removed block of code ultimately calls
RGWRados::bucket_set_reshard as the code block immediately below does,
although this block of code does not restore it to its correct "not
resharding" state.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/rgw/rgw_reshard.cc