1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

cleanup: drop unused declared struct

This commit is contained in:
Zdenek Kabelac 2024-05-13 01:37:27 +02:00
parent c7a9a1fb6c
commit 8da0ab6fc1

View File

@ -67,7 +67,7 @@ struct cb_set {
struct dm_list free;
struct dm_list allocated;
struct control_block vec[];
} control_block_set;
};
static struct cb_set *_cb_set_create(unsigned nr)
{