Skip to content

Commit

Permalink
Merge pull request ceph#9780 from theanalyst/rgw/create-bucket-cleanup
Browse files Browse the repository at this point in the history
rgw_bucket: remove unused bufferlist

Reviewed-by: Casey Bodley <[email protected]>
  • Loading branch information
cbodley authored Jun 28, 2016
2 parents e220295 + 844f261 commit e10c1ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rgw/rgw_bucket.cc
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ int rgw_read_user_buckets(RGWRados * store,
buckets.clear();
string buckets_obj_id;
rgw_get_buckets_obj(user_id, buckets_obj_id);
bufferlist bl;
rgw_obj obj(store->get_zone_params().user_uid_pool, buckets_obj_id);
bufferlist header;
list<cls_user_bucket_entry> entries;

bool truncated = false;
Expand Down

0 comments on commit e10c1ed

Please sign in to comment.