1
0
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:
Petr Rockai 2012-02-15 14:15:50 +00:00
parent 23ce26fe22
commit 12dba91d9d

View File

@ -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();