Skip to content

Commit

Permalink
setterm: remove dead code [coverity scan]
Browse files Browse the repository at this point in the history
Signed-off-by: Karel Zak <kzak@redhat.com>
  • Loading branch information
karelzak committed Aug 5, 2015
1 parent a359830 commit 2660801
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions term-utils/setterm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2660801

Please sign in to comment.