Remove an unnecessary declaration missed in the previous commit.

This commit is contained in:
Jung-uk Kim 2017-04-17 21:57:23 +00:00
parent e329e330d4
commit c7ff2b13d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317071

View File

@ -50,8 +50,6 @@ __FBSDID("$FreeBSD$");
#include <net/bpf.h>
#include <net/bpf_jitter.h>
bpf_filter_func bpf_jit_compile(struct bpf_insn *, u_int, size_t *);
static u_int bpf_jit_accept_all(u_char *, u_int, u_int);
#ifdef _KERNEL