]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove unused varialbe "marker" in function RGWLC::process 19591/head
authorBingyin Zhang <zhangbingyin@cloudin.cn>
Tue, 19 Dec 2017 09:04:41 +0000 (17:04 +0800)
committerBingyin Zhang <zhangbingyin@cloudin.cn>
Tue, 19 Dec 2017 09:04:41 +0000 (17:04 +0800)
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
src/rgw/rgw_lc.cc

index 6e03c42a57c7c84a76260926d68ca62a55455aba..3d245886915d2206f55e8dd51e57a647e02e5475 100644 (file)
@@ -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) {