Bug 217089 Compiler warnings

patch by mbockelkamp@web.de r=timeless sr=heikki


git-svn-id: svn://10.0.0.236/trunk@146730 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2003-09-11 03:18:50 +00:00
parent da927140fb
commit 822de7699e
2 changed files with 0 additions and 2 deletions

View File

@@ -1122,7 +1122,6 @@ nsresult CNavDTD::DidHandleStartTag(nsIParserNode& aNode,eHTMLTags aChildTag){
mBodyContext->IncrementCounter(theGrandParentTag,aNode,theNumber);
CTextToken theToken(theNumber);
PRInt32 theLineNumber=0;
nsCParserNode theNode(&theToken, 0 /*stack token*/);
result=mSink->AddLeaf(theNode);
}