mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
(lvmetad) Remove unused variable.
This commit is contained in:
parent
23ce26fe22
commit
12dba91d9d
@ -283,7 +283,7 @@ static struct dm_config_node *make_pv_node(lvmetad_state *s, const char *pvid,
|
||||
|
||||
static response pv_list(lvmetad_state *s, request r)
|
||||
{
|
||||
struct dm_config_node *cn = NULL, *cn_pvs, *cn_last = NULL;
|
||||
struct dm_config_node *cn = NULL, *cn_pvs;
|
||||
response res = { .buffer = NULL };
|
||||
res.cft = dm_config_create();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user