artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb97884
)
remove unused variable
author
chl
<chl@openbsd.org>
Fri, 2 May 2014 23:17:29 +0000
(23:17 +0000)
committer
chl
<chl@openbsd.org>
Fri, 2 May 2014 23:17:29 +0000
(23:17 +0000)
ok otto@ krw@
sbin/disklabel/editor.c
patch
|
blob
|
history
diff --git
a/sbin/disklabel/editor.c
b/sbin/disklabel/editor.c
index
71fd9d0
..
ab8d036
100644
(file)
--- a/
sbin/disklabel/editor.c
+++ b/
sbin/disklabel/editor.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: editor.c,v 1.28
5 2014/05/02 12:43:10 krw
Exp $ */
+/* $OpenBSD: editor.c,v 1.28
6 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]);