wininet/ftp: Remove unneeded (double) checks.

oldstable
Paul Vriens 2007-02-07 13:31:11 +01:00 committed by Alexandre Julliard
parent ce8ededf3b
commit 70be65b76e
1 changed files with 0 additions and 2 deletions

View File

@ -1685,8 +1685,6 @@ BOOL FTP_FtpRenameFileW( LPWININETFTPSESSIONW lpwfs,
TRACE("\n");
assert (WH_HFTPSESSION == lpwfs->hdr.htype);
/* Clear any error information */
INTERNET_SetLastError(0);