diff options
author | 2010-08-29 12:33:25 +0000 | |
---|---|---|
committer | 2010-08-29 12:33:25 +0000 | |
commit | e59e46415f6f162ca3103109b12c4e049b92c4e5 (patch) | |
tree | 857bbb34a538c783c4f2a323603d8ce3d9a41c10 | |
parent | Make sure local arrays of chars are word-aligned on strict alignment (diff) | |
download | wireguard-openbsd-e59e46415f6f162ca3103109b12c4e049b92c4e5.tar.xz wireguard-openbsd-e59e46415f6f162ca3103109b12c4e049b92c4e5.zip |
remove unused variable
ok jsg@ krw@
-rw-r--r-- | usr.sbin/rarpd/rarpd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rarpd/rarpd.c b/usr.sbin/rarpd/rarpd.c index 327db55514a..f7121967388 100644 --- a/usr.sbin/rarpd/rarpd.c +++ b/usr.sbin/rarpd/rarpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rarpd.c,v 1.51 2010/08/26 18:25:38 jsg Exp $ */ +/* $OpenBSD: rarpd.c,v 1.52 2010/08/29 12:33:25 chl Exp $ */ /* $NetBSD: rarpd.c,v 1.25 1998/04/23 02:48:33 mrg Exp $ */ /* @@ -103,7 +103,6 @@ main(int argc, char *argv[]) extern char *__progname; extern int optind, opterr; int op, devnull, f; - char *ifname; pid_t pid; /* All error reporting is done through syslogs. */ |