From: Jim Meyering Date: Sat, 7 Feb 2004 16:01:31 +0000 (+0000) Subject: (cp_option_init): Likewise. X-Git-Tag: COREUTILS-5_1_3~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad31f4335067b003c59ebbdaa5cc84c2974f4f42;p=platform%2Fupstream%2Fcoreutils.git (cp_option_init): Likewise. --- diff --git a/src/install.c b/src/install.c index a48076d..3279782 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; }