Bug 494691 nsSelectionState::DoTraverse warning: unused variable ‘item’ (shadowed by another of the same name)

r+sr=neil
This commit is contained in:
timeless@mozdev.org 2009-06-27 18:42:51 -07:00
Родитель 2bba43b079
Коммит 1965a4e0b1
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -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];