Skip to content

Commit db52fca

Browse files
committed
test/librbd: drop unused variable in TestGroup.group_create
Signed-off-by: Ilya Dryomov <[email protected]>
1 parent a338e04 commit db52fca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/librbd/test_Groups.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ TEST_F(TestGroup, group_create)
2727
rados_ioctx_destroy(ioctx);
2828
} BOOST_SCOPE_EXIT_END;
2929

30-
librbd::RBD rbd;
3130
ASSERT_EQ(0, rbd_group_create(ioctx, "mygroup"));
3231

3332
size_t size = 0;

0 commit comments

Comments
 (0)