]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(cp_option_init): Likewise.
authorJim Meyering <jim@meyering.net>
Sat, 7 Feb 2004 16:01:31 +0000 (16:01 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 7 Feb 2004 16:01:31 +0000 (16:01 +0000)
src/install.c

index a48076db8286778c06854a69b95e480db91f3637..3279782ba46e293c889a0b925f6b9a4a4a03c7c0 100644 (file)
@@ -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;
 }