Remove unused variable. Bug 329410 followup.

This commit is contained in:
bzbarsky%mit.edu 2006-04-04 18:10:12 +00:00
Родитель a6552653c3
Коммит cadc2dcf4e
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -1142,10 +1142,6 @@ nsXBLService::FetchBindingDocument(nsIContent* aBoundElement, nsIDocument* aBoun
if (aBoundDocument)
loadGroup = aBoundDocument->GetDocumentLoadGroup();
nsINodeInfo *ni = nsnull;
if (aBoundElement)
ni = aBoundElement->NodeInfo();
// We really shouldn't have to force a sync load for anything here... could
// we get away with not doing that? Not sure.
if (IsChromeOrResourceURI(aDocumentURI))