diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2015-07-26 22:37:41 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2015-07-26 22:37:41 +0000 |
commit | 613c5dd7866480dabb7a8de4522cb1cc0814d401 (patch) | |
tree | b4c70f7c9061148bfea9147e930e4f61bc839970 /sbin | |
parent | 0e4969bc59663b3b2024496b4a4d95679aa2dbaa (diff) |
remove unused variable
ok mpi@ rzalamena@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 82f354b8c2f..752f107c59f 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifconfig.c,v 1.298 2015/07/22 06:20:06 deraadt Exp $ */ +/* $OpenBSD: ifconfig.c,v 1.299 2015/07/26 22:37:40 chl Exp $ */ /* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */ /* @@ -3533,7 +3533,6 @@ setmpwencap(const char *value, int d) void setmpwlabel(const char *local, const char *remote) { - struct shim_hdr shim; const char *errstr; wconfig = 1; |