Bug 130439: Remove unused function in tokenizer. Patch by choess@stwing.upenn.edu

r=harishd sr=heikki


git-svn-id: svn://10.0.0.236/trunk@120787 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sicking%bigfoot.com
2002-05-04 15:41:00 +00:00
parent bbfe41ce26
commit f33f681c69
4 changed files with 0 additions and 28 deletions

View File

@@ -677,19 +677,6 @@ nsresult nsHTMLTokenizer::ConsumeAttributes(PRUnichar aChar,
return result;
}
/**
* In the case that we just read the given tag, we should go and
* consume all the input until we find a matching end tag.
* @update gess12/28/98
* @param
* @return
*/
nsresult nsHTMLTokenizer::ConsumeScriptContent(nsScanner& aScanner,CToken*& aToken) {
nsresult result=NS_OK;
return result;
}
/**
*
* @update gess12/28/98