Garbage collect never used global, sysctl, externs.

MFC after:	1 week
This commit is contained in:
Bjoern A. Zeeb 2011-06-21 07:19:03 +00:00
parent bb3dd40974
commit f5857e2d3d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223359
2 changed files with 0 additions and 8 deletions

View File

@ -116,12 +116,6 @@ VNET_DEFINE(int, rttrash); /* routes not in table but not freed */
static VNET_DEFINE(uma_zone_t, rtzone); /* Routing table UMA zone. */
#define V_rtzone VNET(rtzone)
#if 0
/* default fib for tunnels to use */
u_int tunnel_fib = 0;
SYSCTL_INT(_net, OID_AUTO, tunnelfib, CTLFLAG_RD, &tunnel_fib, 0, "");
#endif
/*
* handler for net.my_fibnum
*/

View File

@ -108,8 +108,6 @@ struct rt_metrics {
#endif
extern u_int rt_numfibs; /* number fo usable routing tables */
extern u_int tunnel_fib; /* tunnels use these */
extern u_int fwd_fib; /* packets being forwarded use these routes */
/*
* XXX kernel function pointer `rt_output' is visible to applications.
*/