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
Родитель b95a501667
Коммит f831de7784
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -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) {