summaryrefslogtreecommitdiffstats
path: root/tools/vgreduce.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-09-19 03:45:34 +0000
committerAlasdair Kergon <agk@redhat.com>2008-09-19 03:45:34 +0000
commit7a71d71a941d45d471fcefb052291d05be67531f (patch)
tree4bfa3d518540ffde3f9addcebeb7d2842ea7ca8e /tools/vgreduce.c
parent225ad1911442f423841f876f484f0f4cfc9af6fc (diff)
downloadlvm2-7a71d71a941d45d471fcefb052291d05be67531f.tar.gz
lvm2-7a71d71a941d45d471fcefb052291d05be67531f.tar.xz
lvm2-7a71d71a941d45d471fcefb052291d05be67531f.zip
remove unused var
Diffstat (limited to 'tools/vgreduce.c')
-rw-r--r--tools/vgreduce.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/vgreduce.c b/tools/vgreduce.c
index f2a5e218..c0747bfc 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;