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-rishabh-testing-20240628.135345-debug~4^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=db52fca5b1fc826ce9d7cf63d7fd1aa86addccf0;p=ceph-ci.git test/librbd: drop unused variable in TestGroup.group_create Signed-off-by: Ilya Dryomov --- diff --git a/src/test/librbd/test_Groups.cc b/src/test/librbd/test_Groups.cc index 3e2ab64702e..ee08ba062cf 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;