From d47170e0ba408b562360b848b87286059276c426 Mon Sep 17 00:00:00 2001 From: weiqiaomiao Date: Mon, 18 Apr 2016 14:12:15 +0800 Subject: [PATCH] rgw:remove an unnecessary assignment of the variable 'marker' Signed-off-by: weiqiaomiao --- src/rgw/rgw_op.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rgw/rgw_op.cc b/src/rgw/rgw_op.cc index c781eb9ffd489..9c54f4ca50f28 100644 --- a/src/rgw/rgw_op.cc +++ b/src/rgw/rgw_op.cc @@ -1363,8 +1363,6 @@ void RGWListBuckets::execute() buckets_size += bucket.size; buckets_size_rounded += bucket.size_rounded; buckets_objcount += bucket.count; - - marker = iter->first; } buckets_count += m.size(); total_count += m.size(); -- 2.39.5