1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-07 05:58:00 +03:00

toollib: remove unsed variable in process_each_segment_in_pv

Was left unused from the last change to this function.
This commit is contained in:
David Teigland 2014-10-16 15:15:36 -05:00
parent 23a38d242b
commit a6c294c5d0

View File

@ -191,7 +191,6 @@ int process_each_segment_in_pv(struct cmd_context *cmd,
process_single_pvseg_fn_t process_single_pvseg)
{
struct pv_segment *pvseg;
struct pv_list *pvl;
int ret_max = ECMD_PROCESSED;
int ret;
struct pv_segment _free_pv_segment = { .pv = pv };