diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2008-12-15 15:50:31 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2008-12-15 15:50:31 +0000 |
commit | eb185889c136593ea63c2fc51d20289160e79771 (patch) | |
tree | cfc2fb056096a01e110f984ef5104711eae050f4 | |
parent | cb5e2baf3bd3c22711b6feef784e385ff9af2a60 (diff) |
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); |