From 53b24fa527fdedcb337a9cc59eb7fbcff5a2fc84 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 27 Jul 2004 23:14:05 +0000 Subject: [PATCH] (do_copy): find_backup_file_name no longer returns NULL, so don't bother to check for this. --- src/cp.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cp.c b/src/cp.c index 9563b14..dee2f9a 100644 --- a/src/cp.c +++ b/src/cp.c @@ -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 { -- 2.7.4