From 3211183734562908e4f250cc2dd1a177e3c170b1 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sat, 16 Mar 2013 17:11:11 +0100 Subject: 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 --- ifpps.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ifpps.c') diff --git a/ifpps.c b/ifpps.c index 517ee23..d7a7c0e 100644 --- a/ifpps.c +++ b/ifpps.c @@ -271,8 +271,6 @@ static int stats_proc_softirqs(struct ifstat *stats) case softirqs_net_rx: stats->irqs_srx[i] = strtol(ptr, &ptr, 10); break; - default: - bug(); } } -- cgit v1.2.3-54-g00ecf