Skip to content

Commit

Permalink
rgw_file: remove unused rgw_key variable
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry picked from commit 1100a1c)
  • Loading branch information
mattbenjamin authored and smithfarm committed Apr 20, 2017
1 parent ebad040 commit 21a83e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rgw/rgw_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,6 @@ namespace rgw {
fs->state.push_event(ev);
}
} else {
rgw_obj_key marker{"", ""};
RGWReaddirRequest req(cct, fs->get_user(), this, rcb, cb_arg, offset);
rc = rgwlib.get_fe()->execute_req(&req);
if (! rc) {
Expand Down

0 comments on commit 21a83e1

Please sign in to comment.