wininet/ftp: Remove unneeded (double) checks.
This commit is contained in:
parent
00ff67ef09
commit
e849f758ba
|
@ -1422,8 +1422,6 @@ BOOL FTP_FtpDeleteFileW(LPWININETFTPSESSIONW lpwfs, LPCWSTR lpszFileName)
|
||||||
|
|
||||||
TRACE("%p\n", lpwfs);
|
TRACE("%p\n", lpwfs);
|
||||||
|
|
||||||
assert (WH_HFTPSESSION == lpwfs->hdr.htype);
|
|
||||||
|
|
||||||
/* Clear any error information */
|
/* Clear any error information */
|
||||||
INTERNET_SetLastError(0);
|
INTERNET_SetLastError(0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue