1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-04-26 06:50:38 +03:00

cleanup: remove unused variable

This commit is contained in:
Marian Csontos 2012-09-20 07:40:11 +02:00
parent 9d0dc63c8b
commit 17901569da

View File

@ -292,7 +292,6 @@ static int detach_metadata_devices(struct lv_segment *seg, struct dm_list *list)
static int attach_metadata_devices(struct lv_segment *seg, struct dm_list *list)
{
uint32_t s = 0;
struct cmd_context *cmd = seg->lv->vg->cmd;
struct lv_list *lvl, *tmp;