Remove dead code from #if 0:

we do not have an ipsrcchk_rt anywhere else.

MFC after:	2 weeks
This commit is contained in:
Bjoern A. Zeeb 2009-01-31 11:19:20 +00:00
parent 2e730bea0a
commit e173d3df0c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187947

View File

@ -762,10 +762,6 @@ frag6_slowtimo(void)
RTFREE(V_ip6_forward_rt.ro_rt);
V_ip6_forward_rt.ro_rt = 0;
}
if (ipsrcchk_rt.ro_rt) {
RTFREE(ipsrcchk_rt.ro_rt);
ipsrcchk_rt.ro_rt = 0;
}
#endif
}