wininet/ftp: Remove unneeded (double) checks.

oldstable
Paul Vriens 2007-02-07 13:30:31 +01:00 committed by Alexandre Julliard
parent a571476a74
commit 00ff67ef09
1 changed files with 0 additions and 2 deletions

View File

@ -1255,8 +1255,6 @@ BOOL WINAPI FTP_FtpGetFileW(LPWININETFTPSESSIONW lpwfs, LPCWSTR lpszRemoteFile,
TRACE("lpszRemoteFile(%s) lpszNewFile(%s)\n", debugstr_w(lpszRemoteFile), debugstr_w(lpszNewFile));
assert (WH_HFTPSESSION == lpwfs->hdr.htype);
/* Clear any error information */
INTERNET_SetLastError(0);