chfn: assigned value is never read [clang-analyzer]

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2013-07-07 20:54:35 +01:00 committed by Karel Zak
parent 31f65a8e45
commit 467ca0b214
1 changed files with 0 additions and 1 deletions

View File

@ -227,7 +227,6 @@ static int parse_argv(int argc, char *argv[], struct finfo *pinfo)
usage(stderr);
/* ok, we were given an argument */
info_given = true;
status = 0;
/* now store the argument */
switch (c) {