Commit 70be65b7 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

wininet/ftp: Remove unneeded (double) checks.

parent ce8ededf
......@@ -1685,8 +1685,6 @@ BOOL FTP_FtpRenameFileW( LPWININETFTPSESSIONW lpwfs,
TRACE("\n");
assert (WH_HFTPSESSION == lpwfs->hdr.htype);
/* Clear any error information */
INTERNET_SetLastError(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment