Removed the url comparison test that's no longer needed now that crawling is hooked to the EndLoadURL notification

This commit is contained in:
kipp%netscape.com 1998-11-20 18:35:21 +00:00
parent 86b252c594
commit 8346b74251

View File

@ -259,11 +259,6 @@ nsWebCrawler:: EndLoadURL(nsIWebShell* aShell,
NS_RELEASE(shell);
}
// Skip url post-processing for non-document urls
if (!mCurrentURL.Equals(tmp)) {
return;
}
if ((nsnull != mFilter) || (nsnull != mOutputDir)) {
nsIPresShell* shell = GetPresShell();
if (nsnull != shell) {