1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Removed call to already-removed ftp_dele function.

This commit is contained in:
Micah Cowan 2009-07-04 20:31:31 -07:00
parent 5daac18e96
commit 731b057e7a

View File

@ -1008,10 +1008,6 @@ Error in server response, closing control connection.\n"));
fd_close (local_sock);
return err;
case FTPOK:
if (getenv( "FTP_DELETE") != NULL)
{
err = ftp_dele (csock, u->file);
}
break;
default:
abort ();