From faf228234c9049e03ed173b2697600eeed6cc55b Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Sun, 12 Oct 2003 15:14:33 +0000 Subject: [PATCH] remove unused variable. Obtained from: KAME --- sys/netinet6/dest6.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/netinet6/dest6.c b/sys/netinet6/dest6.c index d74b7ffe25a7..5e3eb3e4ad47 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