wininet/ftp: Remove unneeded (double) checks.
This commit is contained in:
parent
ce8ededf3b
commit
70be65b76e
|
@ -1685,8 +1685,6 @@ BOOL FTP_FtpRenameFileW( LPWININETFTPSESSIONW lpwfs,
|
||||||
|
|
||||||
TRACE("\n");
|
TRACE("\n");
|
||||||
|
|
||||||
assert (WH_HFTPSESSION == lpwfs->hdr.htype);
|
|
||||||
|
|
||||||
/* Clear any error information */
|
/* Clear any error information */
|
||||||
INTERNET_SetLastError(0);
|
INTERNET_SetLastError(0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue