From db52fca5b1fc826ce9d7cf63d7fd1aa86addccf0 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Wed, 26 Jun 2024 18:12:33 +0200 Subject: [PATCH] test/librbd: drop unused variable in TestGroup.group_create Signed-off-by: Ilya Dryomov --- src/test/librbd/test_Groups.cc | 1 - 1 file changed, 1 deletion(-) 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; -- 2.47.3