From ac45d7f42b1b703533b035f2a715a77b994642cd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 31 Jan 2006 19:18:14 +0000 Subject: * inet/rcmd.c (iruserfopen): Remove redundant initialization. From Bernhard Fischer . * posix/regcomp.c (calc_eclosure_iter): Remove dead variables. Reported by Mike Frysinger . --- inet/rcmd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'inet') diff --git a/inet/rcmd.c b/inet/rcmd.c index da6c070..341304a 100644 --- a/inet/rcmd.c +++ b/inet/rcmd.c @@ -477,7 +477,6 @@ iruserfopen (const char *file, uid_t okuser) /* If not a regular file, if owned by someone other than user or root, if writeable by anyone but the owner, or if hardlinked anywhere, quit. */ - cp = NULL; if (__lxstat64 (_STAT_VER, file, &st)) cp = _("lstat failed"); else if (!S_ISREG (st.st_mode)) -- cgit v1.1