Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag

This commit is contained in:
dbaron@dbaron.org
2003-01-08 20:44:25 +00:00
parent f4be930d3b
commit f708efe7f1
52 changed files with 2 additions and 79 deletions

View File

@@ -300,8 +300,6 @@ static PRBool gDumpContent=PR_FALSE;
* @return
*/
nsParser::nsParser(nsITokenObserver* anObserver) {
NS_INIT_ISUPPORTS();
#ifdef NS_DEBUG
if(!gDumpContent) {
gDumpContent=(PR_GetEnv("PARSER_DUMP_CONTENT"))? PR_TRUE:PR_FALSE;