]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/librbd: drop unused variable ‘num_aios’ 23085/head
authorsongweibin <song.weibin@zte.com.cn>
Tue, 17 Jul 2018 01:35:00 +0000 (09:35 +0800)
committersongweibin <song.weibin@zte.com.cn>
Tue, 17 Jul 2018 01:35:00 +0000 (09:35 +0800)
Signed-off-by: songweibin <song.weibin@zte.com.cn>
src/test/librbd/test_librbd.cc

index 4d2448cade987329f8f33c59a63883cbae0f32c5..aac06e3a597930510031a8069e3d0196262ccb04 100644 (file)
@@ -2355,7 +2355,6 @@ TEST_F(TestLibRBD, TestFUA)
   int order = 0;
   std::string name = get_temp_image_name();
   uint64_t size = 2 << 20;
-  size_t num_aios = 256;
 
   ASSERT_EQ(0, create_image(ioctx, name.c_str(), size, &order));
   ASSERT_EQ(0, rbd_open(ioctx, name.c_str(), &image_write, NULL));