wininet/ftp.c: Remove unneeded check.

This commit is contained in:
Paul Vriens 2007-02-07 09:07:45 +01:00 committed by Alexandre Julliard
parent f5035577fb
commit 0cc5a68e2c
1 changed files with 0 additions and 2 deletions

View File

@ -262,8 +262,6 @@ BOOL WINAPI FTP_FtpPutFileW(LPWININETFTPSESSIONW lpwfs, LPCWSTR lpszLocalFile,
return FALSE;
}
assert( WH_HFTPSESSION == lpwfs->hdr.htype);
/* Clear any error information */
INTERNET_SetLastError(0);
hIC = lpwfs->lpAppInfo;