summaryrefslogtreecommitdiffstats
path: root/term-utils/setterm.c
diff options
context:
space:
mode:
authorKarel Zak2015-08-05 11:51:04 +0200
committerKarel Zak2015-08-05 11:51:04 +0200
commit266080151345550a758f8837dc0f997dc470e75c (patch)
tree83fda3a05523498aaf6af55cc1f9a2a1c8965636 /term-utils/setterm.c
parentagetty: cleanup plymouth usage [coverity scan] (diff)
downloadkernel-qcow2-util-linux-266080151345550a758f8837dc0f997dc470e75c.tar.gz
kernel-qcow2-util-linux-266080151345550a758f8837dc0f997dc470e75c.tar.xz
kernel-qcow2-util-linux-266080151345550a758f8837dc0f997dc470e75c.zip
setterm: remove dead code [coverity scan]
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'term-utils/setterm.c')
-rw-r--r--term-utils/setterm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/term-utils/setterm.c b/term-utils/setterm.c
index db0edbb86..594134af5 100644
--- a/term-utils/setterm.c
+++ b/term-utils/setterm.c
@@ -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)