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
parent aeb6b97ad8
commit fe2e37e90f

View File

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