Skip to content

Commit

Permalink
os/bluestore: remove unused paramerter.
Browse files Browse the repository at this point in the history
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
  • Loading branch information
majianpeng committed Oct 31, 2017
1 parent 79c5670 commit 7db291e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/os/bluestore/BlueStore.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10931,7 +10931,6 @@ int BlueStore::_rmattrs(TransContext *txc,
void BlueStore::_do_omap_clear(TransContext *txc, const string& omap_prefix,
uint64_t id)
{
KeyValueDB::Iterator it = db->get_iterator(omap_prefix);
string prefix, tail;
get_omap_header(id, &prefix);
get_omap_tail(id, &tail);
Expand Down

0 comments on commit 7db291e

Please sign in to comment.