summaryrefslogtreecommitdiff
path: root/bpf.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-03-16 17:11:11 +0100
committerDaniel Borkmann <dborkman@redhat.com>2013-03-16 17:11:11 +0100
commit3211183734562908e4f250cc2dd1a177e3c170b1 (patch)
treed4ea7033b33b12ff6b34eb7089d2a5e33bfeec53 /bpf.c
parent99c9e3033abe511190bcf86c9d7578c6d8026b85 (diff)
misc: remove dead/unreachable code from switch statements
Remove various unreachable sections from the switch statements. This was detected by the coverty scanner. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
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;
}
}