diff options
author | ume <ume@FreeBSD.org> | 2003-10-12 15:14:33 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-10-12 15:14:33 +0000 |
commit | 087c5fbdfa2eefee199f6e687f12609b7062cac4 (patch) | |
tree | ba07d4fddb4b7be5f6a0af3c0cb1c22d03e9e883 /sys | |
parent | 329da09a2a1068c3288328d389a55c19df009e35 (diff) | |
download | FreeBSD-src-087c5fbdfa2eefee199f6e687f12609b7062cac4.zip FreeBSD-src-087c5fbdfa2eefee199f6e687f12609b7062cac4.tar.gz |
remove unused variable.
Obtained from: KAME
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet6/dest6.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet6/dest6.c b/sys/netinet6/dest6.c index d74b7ff..5e3eb3e 100644 --- a/sys/netinet6/dest6.c +++ b/sys/netinet6/dest6.c @@ -1,5 +1,5 @@ /* $FreeBSD$ */ -/* $KAME: dest6.c,v 1.34 2002/01/08 02:40:55 k-sugyou Exp $ */ +/* $KAME: dest6.c,v 1.59 2003/07/11 13:21:16 t-momose Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -65,9 +65,6 @@ dest6_input(mp, offp, proto) int off = *offp, dstoptlen, optlen; struct ip6_dest *dstopts; u_int8_t *opt; - struct ip6_hdr *ip6; - - ip6 = mtod(m, struct ip6_hdr *); /* validation of the length of the header */ #ifndef PULLDOWN_TEST |