diff options
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 116589a45..5c9067f3b 100644 --- a/src/install.c +++ b/src/install.c @@ -153,7 +153,6 @@ cp_option_init (struct cp_options *x) x->mode = S_IRUSR | S_IWUSR; x->stdin_tty = false; - x->umask_kill = 0; x->update = false; x->verbose = false; x->dest_info = NULL; |