Remove unused variable.

MFC after:	1 week
This commit is contained in:
Andrey V. Elsukov 2013-04-24 10:24:01 +00:00
parent 9b2842ba0b
commit 817f395375
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249837
2 changed files with 0 additions and 3 deletions

View File

@ -106,8 +106,6 @@ __FBSDID("$FreeBSD$");
#include <netinet6/in6_pcb.h>
#include <netinet6/scope6_var.h>
struct in6_addr zeroin6_addr;
int
in6_pcbbind(register struct inpcb *inp, struct sockaddr *nam,
struct ucred *cred)

View File

@ -542,7 +542,6 @@ do { \
((struct in6_ifextra *)((ifp)->if_afdata[AF_INET6]))->in6_ifstat->tag++; \
} while (/*CONSTCOND*/ 0)
extern struct in6_addr zeroin6_addr;
extern u_char inet6ctlerrmap[];
VNET_DECLARE(unsigned long, in6_maxmtu);
#define V_in6_maxmtu VNET(in6_maxmtu)