]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
setterm: remove dead code [coverity scan]
authorKarel Zak <kzak@redhat.com>
Wed, 5 Aug 2015 09:51:04 +0000 (11:51 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 5 Aug 2015 09:51:04 +0000 (11:51 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/setterm.c

index db0edbb86d1c632a2e1a8f45d0f474f3be10c338..594134af52a2bfd3a9d56bfacc5c6f325aa1f0d9 100644 (file)
@@ -282,8 +282,6 @@ static int parse_blank(char **argv, char *optarg, int *optind)
                        errx(EXIT_FAILURE, _("argument error: %s"), arg);
                return ret;
        }
-       /* should be impossible to reach */
-       abort();
 }
 
 static int parse_powersave(const char *arg)