wininet/ftp: Remove unneeded (double) checks.

This commit is contained in:
Paul Vriens 2007-02-07 13:30:21 +01:00 committed by Alexandre Julliard
parent 7a1ef2c1ef
commit a571476a74
1 changed files with 0 additions and 2 deletions

View File

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