From: Sahid Orentino Ferdjaoui Date: Wed, 4 Jun 2014 15:40:47 +0000 (+0200) Subject: Remove unused variables in KeyValueStore.cc X-Git-Tag: v0.83~140^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=23b657c704865b33aa2e0e39995712c1f583c24d;p=ceph.git Remove unused variables in KeyValueStore.cc Removes two unused variables expected_object_size and expected_write_size in KeyValueStore.cc Signed-off-by: Sahid Orentino Ferdjaoui --- diff --git a/src/os/KeyValueStore.cc b/src/os/KeyValueStore.cc index d1642edf0ade..18fdac706d92 100644 --- a/src/os/KeyValueStore.cc +++ b/src/os/KeyValueStore.cc @@ -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;