]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_perf_objectstore: fix warning
authorSage Weil <sage@redhat.com>
Tue, 16 Dec 2014 19:17:04 +0000 (11:17 -0800)
committerSage Weil <sage@redhat.com>
Tue, 6 Jan 2015 21:29:06 +0000 (13:29 -0800)
Signed-off-by: Sage Weil <sage@redhat.com>
src/test/objectstore/ObjectStoreTransactionBenchmark.cc

index c39f0a40693314a2d5d3025f8f1d2b36306235ad..a82efb7e1ff95de5661fa61aa3e1b64d48f84860 100644 (file)
@@ -94,9 +94,6 @@ class Transaction {
         {
           coll_t cid = i.get_cid(op->cid);
           ghobject_t oid = i.get_oid(op->oid);
-          uint64_t off = op->off;
-          uint64_t len = op->len;
-          uint32_t fadvise_flags = i.get_fadvise_flags();
           bufferlist bl;
           i.decode_bl(bl);
         }