summaryrefslogtreecommitdiff
path: root/src/cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cp.c')
-rw-r--r--src/cp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cp.c b/src/cp.c
index 0edbc70d9..6d1020511 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -690,7 +690,6 @@ cp_option_init (struct cp_options *x)
x->dereference = DEREF_UNDEFINED;
x->unlink_dest_before_opening = 0;
x->unlink_dest_after_failed_open = 0;
- x->failed_unlink_is_fatal = 1;
x->hard_link = 0;
x->interactive = I_UNSPECIFIED;
x->myeuid = geteuid ();