(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 a48076d..3279782 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;
 }