wininet/ftp: Remove unneeded (double) checks.
This commit is contained in:
parent
2831cf5d3e
commit
7c7271d465
|
@ -701,8 +701,6 @@ HINTERNET WINAPI FTP_FtpFindFirstFileW(LPWININETFTPSESSIONW lpwfs,
|
|||
|
||||
TRACE("\n");
|
||||
|
||||
assert(WH_HFTPSESSION == lpwfs->hdr.htype);
|
||||
|
||||
/* Clear any error information */
|
||||
INTERNET_SetLastError(0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue