зеркало из https://github.com/mozilla/gecko-dev.git
Bug 542702 - Remove unused variable childLength in nsXFormsAccessible::CacheSelectChildren. r=surkov
This commit is contained in:
Родитель
50ea5311f7
Коммит
be6baee47b
|
@ -125,7 +125,6 @@ nsXFormsAccessible::CacheSelectChildren(nsIDOMNode *aContainerNode)
|
|||
nsCOMPtr<nsIAccessible> accessible;
|
||||
nsRefPtr<nsAccessible> acc;
|
||||
|
||||
PRUint32 childLength = 0;
|
||||
for (PRUint32 index = 0; index < length; index++) {
|
||||
nsCOMPtr<nsIDOMNode> child;
|
||||
children->Item(index, getter_AddRefs(child));
|
||||
|
|
Загрузка…
Ссылка в новой задаче