From: Sami Kerola Date: Sun, 7 Jul 2013 19:54:35 +0000 (+0100) Subject: chfn: assigned value is never read [clang-analyzer] X-Git-Tag: v2.24-rc1~436 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=467ca0b214b029d7241d8f9026eb2f58aeacfbaa;p=thirdparty%2Futil-linux.git chfn: assigned value is never read [clang-analyzer] Signed-off-by: Sami Kerola --- diff --git a/login-utils/chfn.c b/login-utils/chfn.c index 95e8d9d596..5aa491d32d 100644 --- a/login-utils/chfn.c +++ b/login-utils/chfn.c @@ -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) {