зеркало из https://github.com/mozilla/gecko-dev.git
Bug 494691 nsSelectionState::DoTraverse warning: unused variable ‘item’ (shadowed by another of the same name)
r+sr=neil
This commit is contained in:
Родитель
2bba43b079
Коммит
1965a4e0b1
|
@ -59,7 +59,6 @@ nsSelectionState::~nsSelectionState()
|
|||
void
|
||||
nsSelectionState::DoTraverse(nsCycleCollectionTraversalCallback &cb)
|
||||
{
|
||||
nsRangeStore *item;
|
||||
for (PRUint32 i = 0, iEnd = mArray.Length(); i < iEnd; ++i)
|
||||
{
|
||||
nsRangeStore &item = mArray[i];
|
||||
|
|
Загрузка…
Ссылка в новой задаче