wininet/ftp: Remove unneeded (double) checks.

This commit is contained in:
Paul Vriens 2007-02-07 13:30:55 +01:00 committed by Alexandre Julliard
parent e849f758ba
commit ce8ededf3b

View file

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