From c000e57e0f4e99728ec95fcbb8c5e68570770a07 Mon Sep 17 00:00:00 2001 From: krw Date: Tue, 8 Nov 2022 17:52:11 +0000 Subject: [PATCH] Nuke unused variable 'freesectors'. --- sbin/disklabel/editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c index 68bef780fea..353ea6076c7 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: editor.c,v 1.376 2022/10/14 16:36:36 krw Exp $ */ +/* $OpenBSD: editor.c,v 1.377 2022/11/08 17:52:11 krw Exp $ */ /* * Copyright (c) 1997-2000 Todd C. Miller @@ -1287,7 +1287,7 @@ void edit_parms(struct disklabel *lp) { char *p; - u_int64_t freesectors, ui; + u_int64_t ui; struct disklabel oldlabel = *lp; printf("Changing disk type and label description for %s:\n", specname); -- 2.20.1