(cp_option_init): Don't initialize xstat member.
authorJim Meyering <jim@meyering.net>
Sat, 7 Feb 2004 16:01:39 +0000 (16:01 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 7 Feb 2004 16:01:39 +0000 (16:01 +0000)
src/mv.c

index 82d8af2..c310595 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
@@ -140,7 +140,6 @@ cp_option_init (struct cp_options *x)
 
   x->update = 0;
   x->verbose = 0;
-  x->xstat = lstat;
   x->dest_info = NULL;
   x->src_info = NULL;
 }