]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: remove unused vector 7990/head
authorx11562 <xie.na@h3c.com>
Wed, 9 Mar 2016 02:50:31 +0000 (10:50 +0800)
committerx11562 <xie.na@h3c.com>
Wed, 9 Mar 2016 02:50:41 +0000 (10:50 +0800)
Signed-off-by: Na Xie <xie.na@h3c.com>
src/rgw/rgw_rados.cc

index d666f180d4e8d3b4a40c5da7acafe7a16a91c681..3ece8558d0ed12208abfc5ff1393e185e900b446 100644 (file)
@@ -10555,7 +10555,6 @@ int RGWRados::list_bi_log_entries(rgw_bucket& bucket, int shard_id, string& mark
   if (r < 0)
     return r;
 
-  vector<string> shard_ids_str;
   map<int, list<rgw_bi_log_entry>::iterator> vcurrents;
   map<int, list<rgw_bi_log_entry>::iterator> vends;
   if (truncated) {