mshtml: Fix no longer valid ERR.

This commit is contained in:
Jacek Caban 2006-11-02 17:28:20 +01:00 committed by Alexandre Julliard
parent 2a16169791
commit f9db47d66b

View file

@ -240,9 +240,6 @@ static HRESULT WINAPI PersistMoniker_Load(IPersistMoniker *iface, BOOL fFullyAva
if(post_data_stream)
nsIInputStream_Release(post_data_stream);
if(!bscallback->nschannel)
ERR("bscallback->nschannel == NULL\n");
if(NS_SUCCEEDED(nsres)) {
/* FIXME: don't return here (URL Moniker needs to be good enough) */