From 23b657c704865b33aa2e0e39995712c1f583c24d Mon Sep 17 00:00:00 2001 From: Sahid Orentino Ferdjaoui Date: Wed, 4 Jun 2014 17:40:47 +0200 Subject: [PATCH] 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 --- src/os/KeyValueStore.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/os/KeyValueStore.cc b/src/os/KeyValueStore.cc index d1642edf0ade9..18fdac706d92b 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; -- 2.39.5