Patch from Bruce Mitchener that removes some dead code

This commit is contained in:
troy%netscape.com 1999-03-28 18:26:09 +00:00
Родитель 8766af7590
Коммит 0fd84b719f
2 изменённых файлов: 0 добавлений и 6 удалений

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

@ -2645,9 +2645,6 @@ NS_IMETHODIMP nsHTMLDocument::FindNext(const nsString &aSearchStr, PRBool aMatch
contentStr.Cut(offset, mSearchStr->Length());
contentStr.Insert(replacementStr, offset, replacementStr.Length());
char * s = contentStr.ToNewCString();
delete[]s;
nsIDOMNode * parent;
node->GetParentNode(&parent);

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

@ -2645,9 +2645,6 @@ NS_IMETHODIMP nsHTMLDocument::FindNext(const nsString &aSearchStr, PRBool aMatch
contentStr.Cut(offset, mSearchStr->Length());
contentStr.Insert(replacementStr, offset, replacementStr.Length());
char * s = contentStr.ToNewCString();
delete[]s;
nsIDOMNode * parent;
node->GetParentNode(&parent);