From: chl Date: Fri, 2 May 2014 23:17:29 +0000 (+0000) Subject: remove unused variable X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=100ca56fe65305d03be1680dfb653475cf6dd6a8;p=openbsd remove unused variable ok otto@ krw@ --- 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]);