Bug 665387 - Remove unused variable document from nsHtml5TreeOperation::Perform; r=hsivonen

This commit is contained in:
Ed Morley 2011-06-21 17:37:41 +02:00
Родитель b88c041105
Коммит 41438b42dd
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -345,8 +345,6 @@ nsHtml5TreeOperation::Perform(nsHtml5TreeOpExecutor* aBuilder,
nsHtml5OtherDocUpdate update(node->GetOwnerDoc(),
aBuilder->GetDocument());
nsIDocument* document = node->GetCurrentDoc();
PRInt32 len = attributes->getLength();
for (PRInt32 i = len; i > 0;) {
--i;