mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
Merge pull request #19591 from qrGitHub/wip-rgw-unused-variable3
rgw: drop marker in RGWLC::process() Reviewed-by: Jos Collin <jcollin@redhat.com> Reviewed-by: Amit Kumar <amitkuma@redhat.com>
This commit is contained in:
commit
fed91755b5
@ -679,7 +679,6 @@ int RGWLC::process(int index, int max_lock_secs)
|
||||
if (ret < 0)
|
||||
return 0;
|
||||
|
||||
string marker;
|
||||
cls_rgw_lc_obj_head head;
|
||||
ret = cls_rgw_lc_get_head(store->lc_pool_ctx, obj_names[index], head);
|
||||
if (ret < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user