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

cleanup: drop unused assignment

Since 'n' is later reassigned and unused between, drop it's first
assign.
This commit is contained in:
Zdenek Kabelac 2012-10-13 19:17:10 +02:00
parent 88c547d1ca
commit 9effc6ab31

View File

@ -1113,7 +1113,7 @@ static int init(daemon_state *s)
static int fini(daemon_state *s)
{
lvmetad_state *ls = s->private;
struct dm_hash_node *n = dm_hash_get_first(ls->vgid_to_metadata);
struct dm_hash_node *n;
DEBUG(s, "fini");