From 0706b5bdd1e40afae9ba906f2ab974a767ecefe8 Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Fri, 29 Sep 2000 05:30:02 +0000 Subject: [PATCH] removing annoying unneeded assertion. r/a=warren@netscape.com git-svn-id: svn://10.0.0.236/trunk@80136 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/chrome/src/nsChromeProtocolHandler.cpp | 1 - mozilla/rdf/chrome/src/nsChromeProtocolHandler.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/mozilla/chrome/src/nsChromeProtocolHandler.cpp b/mozilla/chrome/src/nsChromeProtocolHandler.cpp index b2ccb6946cf..0d76abd76d3 100644 --- a/mozilla/chrome/src/nsChromeProtocolHandler.cpp +++ b/mozilla/chrome/src/nsChromeProtocolHandler.cpp @@ -431,7 +431,6 @@ nsCachedChromeChannel::SetLoadGroup(nsILoadGroup * aLoadGroup) NS_IMETHODIMP nsCachedChromeChannel::GetNotificationCallbacks(nsIInterfaceRequestor * *aNotificationCallbacks) { - NS_NOTREACHED("don't do that"); *aNotificationCallbacks = nsnull; return NS_ERROR_FAILURE; } diff --git a/mozilla/rdf/chrome/src/nsChromeProtocolHandler.cpp b/mozilla/rdf/chrome/src/nsChromeProtocolHandler.cpp index b2ccb6946cf..0d76abd76d3 100644 --- a/mozilla/rdf/chrome/src/nsChromeProtocolHandler.cpp +++ b/mozilla/rdf/chrome/src/nsChromeProtocolHandler.cpp @@ -431,7 +431,6 @@ nsCachedChromeChannel::SetLoadGroup(nsILoadGroup * aLoadGroup) NS_IMETHODIMP nsCachedChromeChannel::GetNotificationCallbacks(nsIInterfaceRequestor * *aNotificationCallbacks) { - NS_NOTREACHED("don't do that"); *aNotificationCallbacks = nsnull; return NS_ERROR_FAILURE; }