diff options
author | Jim Meyering <jim@meyering.net> | 2001-10-13 19:12:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-10-13 19:12:06 +0000 |
commit | da73a665f08196ce2af402efea2571833f06833b (patch) | |
tree | d9524e9012822b769f7a2869732dc20d97b49f6b /src | |
parent | 72695161daeb0e5328b409006e87260e230ae84d (diff) | |
download | coreutils-da73a665f08196ce2af402efea2571833f06833b.tar.xz |
(struct cp_options) [failed_unlink_is_fatal]: Remove unused member.
Diffstat (limited to 'src')
-rw-r--r-- | src/copy.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/copy.h b/src/copy.h index f6a3bad5e..a2bd02644 100644 --- a/src/copy.h +++ b/src/copy.h @@ -66,14 +66,6 @@ struct cp_options any destination is sure to be removed before the open. */ int unlink_dest_after_failed_open; - /* Setting this member is meaningful only if FORCE is also set. - If nonzero, copy returns nonzero upon failed unlink. - Otherwise, the failure still elicits a diagnostic, but it doesn't - change copy's return value. This is nonzero for cp and mv, and zero - for install. */ - /* FIXME: this is now unused. */ - int failed_unlink_is_fatal; - /* If nonzero, create hard links instead of copying files. Create destination directories as usual. */ int hard_link; |