diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-03-16 17:11:11 +0100 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-03-16 17:11:11 +0100 |
commit | 3211183734562908e4f250cc2dd1a177e3c170b1 (patch) | |
tree | d4ea7033b33b12ff6b34eb7089d2a5e33bfeec53 /bpf.c | |
parent | 99c9e3033abe511190bcf86c9d7578c6d8026b85 (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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -505,8 +505,6 @@ int __bpf_validate(const struct sock_fprog *bpf) break; case BPF_MISC: break; - default: - return 0; } } |