summaryrefslogtreecommitdiff
path: root/bpf.c
diff options
context:
space:
mode:
Diffstat (limited to 'bpf.c')
-rw-r--r--bpf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bpf.c b/bpf.c
index dc7e3cb..3809444 100644
--- a/bpf.c
+++ b/bpf.c
@@ -505,8 +505,6 @@ int __bpf_validate(const struct sock_fprog *bpf)
break;
case BPF_MISC:
break;
- default:
- return 0;
}
}