wininet/ftp: Remove unneeded (double) checks.
This commit is contained in:
parent
7a1ef2c1ef
commit
a571476a74
|
@ -1062,8 +1062,6 @@ HINTERNET FTP_FtpOpenFileW(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