diff options
author | 2015-07-26 22:37:40 +0000 | |
---|---|---|
committer | 2015-07-26 22:37:40 +0000 | |
commit | e799d15724a46b12b57c8e52cd39be377fb7ef28 (patch) | |
tree | 432ea37c056b4553dff2502d5972545bb5479cbb | |
parent | fix format string (diff) | |
download | wireguard-openbsd-e799d15724a46b12b57c8e52cd39be377fb7ef28.tar.xz wireguard-openbsd-e799d15724a46b12b57c8e52cd39be377fb7ef28.zip |
remove unused variable
ok mpi@ rzalamena@
-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; |