Skip to content

Commit

Permalink
remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
keiichi committed Sep 21, 2001
1 parent a095748 commit ec02bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/sys/netinet6/route6.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $KAME: route6.c,v 1.27 2001/09/21 08:46:49 keiichi Exp $ */
/* $KAME: route6.c,v 1.28 2001/09/21 08:50:05 keiichi Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -162,7 +162,7 @@ ip6_rthdr0(m, ip6, rh0)
{
struct hif_softc *sc;
struct mip6_bu *mbu;
int lastindex, optim = 0;
int lastindex;
struct in6_addr *prevhop;
struct mbuf *n;
struct ip6aux *ip6a;
Expand Down

0 comments on commit ec02bc2

Please sign in to comment.