From d079411051e8151b61c7614e791215db065c01cb Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Wed, 3 Apr 2013 17:07:08 -0400 Subject: [PATCH] lib2app: Fix warnings in lvm_list_pvs_free Signed-off-by: Tony Asleson --- liblvm/lvm_pv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/liblvm/lvm_pv.c b/liblvm/lvm_pv.c index 8f53352c2..bced4f9bd 100644 --- a/liblvm/lvm_pv.c +++ b/liblvm/lvm_pv.c @@ -116,9 +116,7 @@ int lvm_list_pvs_free(struct dm_list *pvlist) int rc = 0; struct lvm_list_wrapper *to_delete = NULL; struct vg_list *vgl = NULL; - struct vg_list *tmp_vgl = NULL; struct pv_list *pvl = NULL; - struct pv_list *tmp_pvl = NULL; struct cmd_context *cmd = NULL; if (pvlist ) {