diff options
author | 2008-12-15 15:50:30 +0000 | |
---|---|---|
committer | 2008-12-15 15:50:30 +0000 | |
commit | 3ae79c9012a9490b0dd4aeabac72b42ce9734026 (patch) | |
tree | 4a4f8c55c9f6868de20f818f1ebadfb9af298a02 | |
parent | a little more clarity on link aggregation, after some discussion (diff) | |
download | wireguard-openbsd-3ae79c9012a9490b0dd4aeabac72b42ce9734026.tar.xz wireguard-openbsd-3ae79c9012a9490b0dd4aeabac72b42ce9734026.zip |
remove unused vars; damien@ ok.
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index b7309a5b832..3f45fcf6ea3 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifconfig.c,v 1.209 2008/12/12 22:09:26 claudio Exp $ */ +/* $OpenBSD: ifconfig.c,v 1.210 2008/12/15 15:50:30 fgsch Exp $ */ /* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */ /* @@ -3740,7 +3740,6 @@ unsetpflow_sender(const char *val, int d) void setpflow_receiver(const char *val, int d) { - const char *errmsg = NULL; struct pflowreq preq; struct addrinfo hints, *receiver; int ecode; @@ -4224,7 +4223,6 @@ setpriority(const char *id, int param) { #ifndef SMALL const char *errmsg = NULL; - u_char *cp; int prio; prio = strtonum(id, 0, 15, &errmsg); |