mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 494691 nsSelectionState::DoTraverse warning: unused variable ‘item’ (shadowed by another of the same name)
r+sr=neil
This commit is contained in:
parent
aeb6b97ad8
commit
fe2e37e90f
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user