From: Paul Eggert Date: Tue, 27 Jul 2004 23:14:05 +0000 (+0000) Subject: (do_copy): find_backup_file_name no longer returns NULL, so don't X-Git-Tag: v5.3.0~1074 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b24fa527fdedcb337a9cc59eb7fbcff5a2fc84;p=thirdparty%2Fcoreutils.git (do_copy): find_backup_file_name no longer returns NULL, so don't bother to check for this. --- diff --git a/src/cp.c b/src/cp.c index 9563b149f6..dee2f9ad84 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 {