(do_copy): find_backup_file_name no longer returns NULL, so don't

bother to check for this.
This commit is contained in:
Paul Eggert
2004-07-27 23:14:05 +00:00
parent c3d37adf6d
commit 53b24fa527
-3
View File
@@ -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
{