diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-27 23:14:05 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-07-27 23:14:05 +0000 |
commit | 53b24fa527fdedcb337a9cc59eb7fbcff5a2fc84 (patch) | |
tree | 9930206e7cc913ab45d0a298bb3bbc289cf995cb /src | |
parent | c3d37adf6de1791e9e6c46ddd31b31cf24e0ffc2 (diff) | |
download | coreutils-53b24fa527fdedcb337a9cc59eb7fbcff5a2fc84.tar.xz |
(do_copy): find_backup_file_name no longer returns NULL, so don't
bother to check for this.
Diffstat (limited to 'src')
-rw-r--r-- | src/cp.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -663,9 +663,6 @@ do_copy (int n_files, char **file, const char *target_directory, x_tmp = *x; x_tmp.backup_type = none; x = &x_tmp; - - if (new_dest == NULL) - xalloc_die (); } else { |