Fix for:
[src/rgw/rgw_main.cc:1086]: (style) Variable 'frontend_frameworks'
is assigned a value that is never used.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
if (ofs < last_ofs) /* only going forward */
return -EINVAL;
- string obj_name = manifest->prefix;
-
uint64_t max_head_size = manifest->get_max_head_size();
if (ofs <= max_head_size) {
last_ofs = ofs;
manifest->set_obj_size(ofs);
-
manifest->get_implicit_location(cur_part_id, cur_stripe, ofs, NULL, &cur_obj);
manifest->update_iterators();