From: Ilya Dryomov Date: Wed, 26 Jun 2024 16:12:33 +0000 (+0200) Subject: test/librbd: drop unused variable in TestGroup.group_create X-Git-Tag: testing/wip-jcollin-testing-20240711.125835-reef~12^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3d48980e0f0b7b619ea0c7888e17c83a36564c43;p=ceph-ci.git test/librbd: drop unused variable in TestGroup.group_create Signed-off-by: Ilya Dryomov (cherry picked from commit db52fca5b1fc826ce9d7cf63d7fd1aa86addccf0) --- diff --git a/src/test/librbd/test_Groups.cc b/src/test/librbd/test_Groups.cc index 535a9a1644d..61c00819d39 100644 --- a/src/test/librbd/test_Groups.cc +++ b/src/test/librbd/test_Groups.cc @@ -27,7 +27,6 @@ TEST_F(TestGroup, group_create) rados_ioctx_destroy(ioctx); } BOOST_SCOPE_EXIT_END; - librbd::RBD rbd; ASSERT_EQ(0, rbd_group_create(ioctx, "mygroup")); size_t size = 0;