diff options
author | ae <ae@FreeBSD.org> | 2013-04-24 10:24:01 +0000 |
---|---|---|
committer | ae <ae@FreeBSD.org> | 2013-04-24 10:24:01 +0000 |
commit | 28d7b5b9032daad19533387a7f9c7abf72c9ad56 (patch) | |
tree | c0a015ec72ead7c809f369453e930d14d44a7adc /sys/netinet6/in6_pcb.c | |
parent | f1df77425c35f487459dc194e8fc1773c51e63a5 (diff) | |
download | FreeBSD-src-28d7b5b9032daad19533387a7f9c7abf72c9ad56.zip FreeBSD-src-28d7b5b9032daad19533387a7f9c7abf72c9ad56.tar.gz |
Remove unused variable.
MFC after: 1 week
Diffstat (limited to 'sys/netinet6/in6_pcb.c')
-rw-r--r-- | sys/netinet6/in6_pcb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c index 8ae5988..d5db387 100644 --- a/sys/netinet6/in6_pcb.c +++ b/sys/netinet6/in6_pcb.c @@ -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) |