From c29899b910811d0d1dc5607d200a1e59773eff0c Mon Sep 17 00:00:00 2001 From: David Teigland Date: Tue, 13 Feb 2018 14:28:24 -0600 Subject: [PATCH] remove unused variable in _pvremove_check_single --- tools/toollib.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/toollib.c b/tools/toollib.c index 0cc2edd70..807e34c33 100644 --- a/tools/toollib.c +++ b/tools/toollib.c @@ -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_device *pd; struct pvcreate_prompt *prompt; - struct label *label; int found = 0; if (!pv->dev) -- 2.43.5