wininet/ftp: Remove unneeded (double) checks.

This commit is contained in:
Paul Vriens 2007-02-07 13:29:59 +01:00 committed by Alexandre Julliard
parent 2831cf5d3e
commit 7c7271d465
1 changed files with 0 additions and 2 deletions

View File

@ -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);