]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw:remove an unnecessary assignment of the variable 'marker' 8548/head
authorweiqiaomiao <wei.qiaomiao@zte.com.cn>
Mon, 18 Apr 2016 06:12:15 +0000 (14:12 +0800)
committerweiqiaomiao <wei.qiaomiao@zte.com.cn>
Mon, 18 Apr 2016 06:24:48 +0000 (14:24 +0800)
Signed-off-by: weiqiaomiao <wei.qiaomiao@zte.com.cn>
src/rgw/rgw_op.cc

index c781eb9ffd4897f8a1830e258108b9416287f388..9c54f4ca50f28e105a592b72113b873ebf5727fc 100644 (file)
@@ -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();