Skip to content

Commit

Permalink
Remove unused variables in KeyValueStore.cc
Browse files Browse the repository at this point in the history
Removes two unused variables expected_object_size and
expected_write_size in KeyValueStore.cc

Signed-off-by: Sahid Orentino Ferdjaoui <[email protected]>
  • Loading branch information
sahid committed Jun 4, 2014
1 parent 307ba48 commit 23b657c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/os/KeyValueStore.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1452,8 +1452,6 @@ unsigned KeyValueStore::_do_transaction(Transaction& transaction,
// TODO: can kvstore make use of the hint?
coll_t cid(i.get_cid());
ghobject_t oid = i.get_oid();
uint64_t expected_object_size = i.get_length();
uint64_t expected_write_size = i.get_length();
}
break;

Expand Down

0 comments on commit 23b657c

Please sign in to comment.