diff options
author | Jim Meyering <jim@meyering.net> | 2004-02-07 16:01:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-02-07 16:01:31 +0000 |
commit | ad31f4335067b003c59ebbdaa5cc84c2974f4f42 (patch) | |
tree | ae4bacb1b5c225f7a340d385635d0d03235ffdce /src | |
parent | d9e9327b09e6d2fe12a3c1fdafb0ff1d4f38359b (diff) | |
download | coreutils-ad31f4335067b003c59ebbdaa5cc84c2974f4f42.tar.xz |
(cp_option_init): Likewise.
Diffstat (limited to 'src')
-rw-r--r-- | src/install.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c index a48076db8..3279782ba 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; } |