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

cleanup: remove unneeded assign

This commit is contained in:
Zdenek Kabelac 2014-10-28 20:09:08 +01:00
parent 8bf4cd464f
commit 0da749c9a4

View File

@ -5081,7 +5081,6 @@ struct logical_volume *alloc_lv(struct dm_pool *mem)
return NULL;
}
lv->snapshot = NULL;
dm_list_init(&lv->snapshot_segs);
dm_list_init(&lv->segments);
dm_list_init(&lv->tags);