From 100ca56fe65305d03be1680dfb653475cf6dd6a8 Mon Sep 17 00:00:00 2001 From: chl Date: Fri, 2 May 2014 23:17:29 +0000 Subject: [PATCH] remove unused variable ok otto@ krw@ --- sbin/disklabel/editor.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c index 71fd9d006f1..ab8d0365d2a 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: editor.c,v 1.285 2014/05/02 12:43:10 krw Exp $ */ +/* $OpenBSD: editor.c,v 1.286 2014/05/02 23:17:29 chl Exp $ */ /* * Copyright (c) 1997-2000 Todd C. Miller @@ -1801,7 +1801,6 @@ void mpcopy(char **to, char **from) { int i; - char *top; for (i = 0; i < MAXPARTITIONS; i++) { free(to[i]); -- 2.20.1