Bug 1486147: Part 3 - Remove unused XPCOMUtils.IterStringEnumerator method. r=mccr8

Differential Revision: https://phabricator.services.mozilla.com/D4271

--HG--
extra : rebase_source : c2e91a04a0e0999c376f9d747f7afeae4f2a9d37
extra : histedit_source : 72af67a0e2667ba782e102f44ce5a0f0a62804ee
This commit is contained in:
Kris Maglione 2018-08-24 16:23:03 -07:00
parent 1c20e8cbbb
commit dd46a38a66

View File

@ -408,16 +408,6 @@ var XPCOMUtils = {
});
},
/**
* Helper which iterates over a string enumerator.
* @param e The string enumerator (nsIUTF8StringEnumerator or
* nsIStringEnumerator) over which to iterate.
*/
IterStringEnumerator: function XPCU_IterStringEnumerator(e)
{
return e;
},
/**
* Returns an nsIFactory for |component|.
*/