wininet/ftp: Remove unneeded (double) checks.

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

View File

@ -1422,8 +1422,6 @@ BOOL FTP_FtpDeleteFileW(LPWININETFTPSESSIONW lpwfs, LPCWSTR lpszFileName)
TRACE("%p\n", lpwfs);
assert (WH_HFTPSESSION == lpwfs->hdr.htype);
/* Clear any error information */
INTERNET_SetLastError(0);