Author: pluknet
Date: Tue Jan 31 10:46:51 2012
New Revision: 230805
URL: http://svn.freebsd.org/changeset/base/230805

Log:
  MFC r230531: Remove unused variable.

Modified:
  stable/7/sys/netinet6/nd6.c
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/netinet6/nd6.c
==============================================================================
--- stable/7/sys/netinet6/nd6.c Tue Jan 31 05:49:49 2012        (r230804)
+++ stable/7/sys/netinet6/nd6.c Tue Jan 31 10:46:51 2012        (r230805)
@@ -534,7 +534,6 @@ nd6_timer(void *ignored_arg)
        struct nd_defrouter *dr;
        struct nd_prefix *pr;
        struct in6_ifaddr *ia6, *nia6;
-       struct in6_addrlifetime *lt6;
 
        callout_reset(&nd6_timer_ch, nd6_prune * hz,
            nd6_timer, NULL);
@@ -563,7 +562,6 @@ nd6_timer(void *ignored_arg)
        for (ia6 = in6_ifaddr; ia6; ia6 = nia6) {
                nia6 = ia6->ia_next;
                /* check address lifetime */
-               lt6 = &ia6->ia6_lifetime;
                if (IFA6_IS_INVALID(ia6)) {
                        int regen = 0;
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to