1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-16 10:50:46 +03:00

remove unused var

This commit is contained in:
Alasdair Kergon 2008-09-19 03:45:34 +00:00
parent a03d0e2c3f
commit 5ee86fc5d0

View File

@ -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;