From 3afe57c47d3cd5d4f2928d14f41b3b0a31633c4d Mon Sep 17 00:00:00 2001 From: songweibin Date: Tue, 17 Jul 2018 09:35:00 +0800 Subject: [PATCH] =?utf8?q?test/librbd:=20drop=20unused=20variable=20?= =?utf8?q?=E2=80=98num=5Faios=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: songweibin --- src/test/librbd/test_librbd.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/librbd/test_librbd.cc b/src/test/librbd/test_librbd.cc index 4d2448cade987..aac06e3a59793 100644 --- a/src/test/librbd/test_librbd.cc +++ b/src/test/librbd/test_librbd.cc @@ -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)); -- 2.39.5