From 3608cf700a27240e343d1173f5782a0398102c16 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 16 Dec 2016 11:46:44 +0100 Subject: bpfc: Remove unnecessary prototype for compile_filter() compile_filter() is defined in bpf_parser.y (and thus the generated parser), no need for a prototype beforehand. Signed-off-by: Tobias Klauser --- bpf_parser.y | 3 --- 1 file changed, 3 deletions(-) diff --git a/bpf_parser.y b/bpf_parser.y index 5082dd2..3008fd5 100644 --- a/bpf_parser.y +++ b/bpf_parser.y @@ -27,9 +27,6 @@ #include "die.h" #include "cpp.h" -int compile_filter(char *file, bool verbose, int bypass, int format, - bool invoke_cpp, char *const cpp_argv[]); - static int curr_instr = 0; static struct sock_filter out[BPF_MAXINSNS]; -- cgit v1.2.3-54-g00ecf