(struct cp_options) [failed_unlink_is_fatal]: Remove unused member.
authorJim Meyering <jim@meyering.net>
Sat, 13 Oct 2001 19:12:06 +0000 (19:12 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 13 Oct 2001 19:12:06 +0000 (19:12 +0000)
src/copy.h

index f6a3bad5e392e05b6ddf7327e4d7db5bfc76f66a..a2bd0264451f6bcc03a41c69d9e45d5b91773d74 100644 (file)
@@ -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;