From: Bingyin Zhang Date: Tue, 19 Dec 2017 09:04:41 +0000 (+0800) Subject: rgw: remove unused varialbe "marker" in function RGWLC::process X-Git-Tag: v13.0.2~709^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ba59ffa160e100cd483c7f1b085597fee4315129;p=ceph.git rgw: remove unused varialbe "marker" in function RGWLC::process Signed-off-by: Bingyin Zhang --- diff --git a/src/rgw/rgw_lc.cc b/src/rgw/rgw_lc.cc index 6e03c42a57c7..3d245886915d 100644 --- a/src/rgw/rgw_lc.cc +++ b/src/rgw/rgw_lc.cc @@ -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) {