Bug 568611 - Remove an unused variable from nsHtml5TreeBuilder. r=dholbert.

This commit is contained in:
Henri Sivonen
2010-05-31 14:46:46 +03:00
parent 1935079a25
commit 2bda4438b3
2 changed files with 2 additions and 2 deletions

View File

@@ -1989,8 +1989,6 @@ nsHtml5TreeBuilder::endTag(nsHtml5ElementName* elementName)
if (inForeign && stack[currentPtr]->ns != kNameSpaceID_XHTML) {
eltPosForeign = currentPtr;
nsHtml5StackNode* node = stack[currentPtr];
} else {
eltPosForeign = -1;
}