From 0cc5a68e2cf4eac4fa45c25f1e2ff7b85af495f3 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Wed, 7 Feb 2007 09:07:45 +0100 Subject: [PATCH] wininet/ftp.c: Remove unneeded check. --- dlls/wininet/ftp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/wininet/ftp.c b/dlls/wininet/ftp.c index 841ae3c6d2c..b26350f5787 100644 --- a/dlls/wininet/ftp.c +++ b/dlls/wininet/ftp.c @@ -262,8 +262,6 @@ BOOL WINAPI FTP_FtpPutFileW(LPWININETFTPSESSIONW lpwfs, LPCWSTR lpszLocalFile, return FALSE; } - assert( WH_HFTPSESSION == lpwfs->hdr.htype); - /* Clear any error information */ INTERNET_SetLastError(0); hIC = lpwfs->lpAppInfo;