From: Jim Meyering Date: Sat, 7 Feb 2004 16:01:31 +0000 (+0000) Subject: (cp_option_init): Likewise. X-Git-Tag: v5.1.3~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad31f4335067b003c59ebbdaa5cc84c2974f4f42;p=thirdparty%2Fcoreutils.git (cp_option_init): Likewise. --- diff --git a/src/install.c b/src/install.c index a48076db82..3279782ba4 100644 --- a/src/install.c +++ b/src/install.c @@ -165,7 +165,6 @@ cp_option_init (struct cp_options *x) x->umask_kill = 0; x->update = 0; x->verbose = 0; - x->xstat = stat; x->dest_info = NULL; x->src_info = NULL; }