diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2010-05-19 13:07:16 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2010-05-19 13:07:16 +0000 |
commit | 4c3903cd45cda5f0ec7b5cc3335eedd86187a60f (patch) | |
tree | 6c6e1c50980253304694ef0cfce83cb9ce8a3614 /sbin/route | |
parent | c5f9ecbaead665f0d465989fd589e43d733f8315 (diff) |
remove unused variables
ok claudio@ michele@
Diffstat (limited to 'sbin/route')
-rw-r--r-- | sbin/route/show.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/route/show.c b/sbin/route/show.c index cb3623d68bc..189408d267c 100644 --- a/sbin/route/show.c +++ b/sbin/route/show.c @@ -1,4 +1,4 @@ -/* $OpenBSD: show.c,v 1.85 2010/03/23 15:08:51 claudio Exp $ */ +/* $OpenBSD: show.c,v 1.86 2010/05/19 13:07:15 chl Exp $ */ /* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */ /* @@ -545,8 +545,6 @@ static char domain[MAXHOSTNAMELEN]; void p_sockaddr_mpls(struct sockaddr *in, struct sockaddr *out, int flags, int width) { - char buf[MAXHOSTNAMELEN], *cp; - if (in->sa_family != AF_MPLS) return; |