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

r=harishd sr=heikki
This commit is contained in:
sicking%bigfoot.com 2002-05-04 15:41:00 +00:00
Родитель 0cd92bef7b
Коммит 5bc7224826
4 изменённых файлов: 0 добавлений и 28 удалений

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

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

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

@ -80,7 +80,6 @@ public:
protected:
virtual nsresult ConsumeScriptContent(nsScanner& aScanner,CToken*& aToken);
virtual nsresult ConsumeTag(PRUnichar aChar,CToken*& aToken,nsScanner& aScanner,PRBool& aFlushTokens);
virtual nsresult ConsumeStartTag(PRUnichar aChar,CToken*& aToken,nsScanner& aScanner,PRBool& aFlushTokens);
virtual nsresult ConsumeEndTag(PRUnichar aChar,CToken*& aToken,nsScanner& aScanner);

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

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

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

@ -80,7 +80,6 @@ public:
protected:
virtual nsresult ConsumeScriptContent(nsScanner& aScanner,CToken*& aToken);
virtual nsresult ConsumeTag(PRUnichar aChar,CToken*& aToken,nsScanner& aScanner,PRBool& aFlushTokens);
virtual nsresult ConsumeStartTag(PRUnichar aChar,CToken*& aToken,nsScanner& aScanner,PRBool& aFlushTokens);
virtual nsresult ConsumeEndTag(PRUnichar aChar,CToken*& aToken,nsScanner& aScanner);