]> sourceware.org Git - lvm2.git/commitdiff
(lvmetad) Remove unused variable.
authorPetr Rockai <prockai@redhat.com>
Wed, 15 Feb 2012 14:15:50 +0000 (14:15 +0000)
committerPetr Rockai <prockai@redhat.com>
Wed, 15 Feb 2012 14:15:50 +0000 (14:15 +0000)
daemons/lvmetad/lvmetad-core.c

index e8524a45e86ff454c59505d27a21a5ebb41754cd..4573db62ee54a795313e6b71615acb98ecd963db 100644 (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();
 
This page took 0.039456 seconds and 5 git commands to generate.