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

remove unused variable in _pvremove_check_single

This commit is contained in:
David Teigland 2018-02-13 14:28:24 -06:00
parent a1e3398ffc
commit c29899b910

View File

@ -5279,7 +5279,6 @@ static int _pvremove_check_single(struct cmd_context *cmd,
struct pvcreate_params *pp = (struct pvcreate_params *) handle->custom_handle; struct pvcreate_params *pp = (struct pvcreate_params *) handle->custom_handle;
struct pvcreate_device *pd; struct pvcreate_device *pd;
struct pvcreate_prompt *prompt; struct pvcreate_prompt *prompt;
struct label *label;
int found = 0; int found = 0;
if (!pv->dev) if (!pv->dev)