From a2419bf5575628f61049b76d6de0812341ecab90 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 (cherry picked from commit db52fca5b1fc826ce9d7cf63d7fd1aa86addccf0) --- 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 535a9a1644dcc..61c00819d39d0 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.39.5