summaryrefslogtreecommitdiff
path: root/src/gen_bpf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen_bpf.c')
-rw-r--r--src/gen_bpf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gen_bpf.c b/src/gen_bpf.c
index 8d1b1b5..ba55c57 100644
--- a/src/gen_bpf.c
+++ b/src/gen_bpf.c
@@ -880,7 +880,6 @@ static struct bpf_blk *_gen_bpf_node(struct bpf_state *state,
case SCMP_CMP_NE:
case SCMP_CMP_LT:
case SCMP_CMP_LE:
- /* if we hit here it means the filter db isn't correct */
default:
/* fatal error, we should never get here */
goto node_failure;