diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-22 19:26:27 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-24 19:24:14 -0500 |
commit | bdd13f6be4b588568683a1ab54f421fc6a636dbb (patch) | |
tree | 1a1f661d8e83011f53e9122f7dc61272dc16ddfa /src/bootchart | |
parent | e9a2e453bbe3522db4341e4a2a49ae8aab8eb5a3 (diff) |
Remove dead lines in various places
As pointed-out by clang -Wunreachable-code.
No behaviour changes.
Diffstat (limited to 'src/bootchart')
-rw-r--r-- | src/bootchart/bootchart.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootchart/bootchart.c b/src/bootchart/bootchart.c index 305a31ae94..9f72d98126 100644 --- a/src/bootchart/bootchart.c +++ b/src/bootchart/bootchart.c @@ -220,7 +220,6 @@ static int parse_args(int argc, char *argv[]) { fprintf(stderr, " --help, -h Display this message\n"); fprintf(stderr, "See bootchart.conf for more information.\n"); exit (EXIT_SUCCESS); - break; default: break; } |