From 7a71d71a941d45d471fcefb052291d05be67531f Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Fri, 19 Sep 2008 03:45:34 +0000 Subject: [PATCH] remove unused var --- tools/vgreduce.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/vgreduce.c b/tools/vgreduce.c index f2a5e218b..c0747bfc3 100644 --- a/tools/vgreduce.c +++ b/tools/vgreduce.c @@ -139,7 +139,6 @@ static int _make_vg_consistent(struct cmd_context *cmd, struct volume_group *vg) struct logical_volume *lv; struct physical_volume *pv; struct lv_segment *seg, *mirrored_seg; - struct lv_segment_area area; unsigned s; uint32_t mimages, remove_log; int list_unsafe, only_mirror_images_found;