Patch from Bruce Mitchener that removes some dead code

git-svn-id: svn://10.0.0.236/trunk@25381 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-03-28 18:26:09 +00:00
parent 2cc28624cc
commit a7b2193689
2 changed files with 0 additions and 6 deletions

View File

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