diff options
author | 2014-05-02 23:17:29 +0000 | |
---|---|---|
committer | 2014-05-02 23:17:29 +0000 | |
commit | 100ca56fe65305d03be1680dfb653475cf6dd6a8 (patch) | |
tree | f2ad8d532c90ae86c65eb0c05618fb15db16831f | |
parent | Correctly enable assembler Montgomery routine. (diff) | |
download | wireguard-openbsd-100ca56fe65305d03be1680dfb653475cf6dd6a8.tar.xz wireguard-openbsd-100ca56fe65305d03be1680dfb653475cf6dd6a8.zip |
remove unused variable
ok otto@ krw@
-rw-r--r-- | sbin/disklabel/editor.c | 3 |
1 files changed, 1 insertions, 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 <Todd.Miller@courtesan.com> @@ -1801,7 +1801,6 @@ void mpcopy(char **to, char **from) { int i; - char *top; for (i = 0; i < MAXPARTITIONS; i++) { free(to[i]); |