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:
parent
c7a9a1fb6c
commit
8da0ab6fc1
@ -67,7 +67,7 @@ struct cb_set {
|
|||||||
struct dm_list free;
|
struct dm_list free;
|
||||||
struct dm_list allocated;
|
struct dm_list allocated;
|
||||||
struct control_block vec[];
|
struct control_block vec[];
|
||||||
} control_block_set;
|
};
|
||||||
|
|
||||||
static struct cb_set *_cb_set_create(unsigned nr)
|
static struct cb_set *_cb_set_create(unsigned nr)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user