Paul Vriens : wininet/ftp: Remove unneeded (double) checks.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Feb 7 16:00:13 CST 2007


Module: wine
Branch: master
Commit: e849f758baef32b08b99426698c21f00671a2044
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e849f758baef32b08b99426698c21f00671a2044

Author: Paul Vriens <paul.vriens.wine at gmail.com>
Date:   Wed Feb  7 13:30:51 2007 +0100

wininet/ftp: Remove unneeded (double) checks.

---

 dlls/wininet/ftp.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/wininet/ftp.c b/dlls/wininet/ftp.c
index ae3b0dd..bd4064a 100644
--- a/dlls/wininet/ftp.c
+++ b/dlls/wininet/ftp.c
@@ -1422,8 +1422,6 @@ BOOL FTP_FtpDeleteFileW(LPWININETFTPSESS
 
     TRACE("%p\n", lpwfs);
 
-    assert (WH_HFTPSESSION == lpwfs->hdr.htype);
-
     /* Clear any error information */
     INTERNET_SetLastError(0);
 




More information about the wine-cvs mailing list