]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test: Remove unused variable
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 4 Sep 2018 18:48:57 +0000 (14:48 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Wed, 12 Sep 2018 16:41:40 +0000 (12:41 -0400)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/test/objectstore/Allocator_bench.cc

index 7b0883ae2725f86b5b40521182f510d69026bf12..2a20a7ac49b3ac34bc6f03763165335f30a8a342 100755 (executable)
@@ -43,7 +43,6 @@ public:
 };
 
 const uint64_t _1m = 1024 * 1024;
-const uint64_t _2m = 2 * 1024 * 1024;
 
 void dump_mempools()
 {