Remove more unused variables in debug builds.

Former-commit-id: dd50d5d0b855a85ca8099d92288f2ca621a532fa
This commit is contained in:
John-David Dalton
2013-02-13 01:52:12 -08:00
parent f2b350eb62
commit 958d4dbd2e

View File

@@ -2355,6 +2355,10 @@
}
if ((source.match(/\bcreateIterator\b/g) || []).length < 2) {
source = removeFunction(source, 'createIterator');
source = removeVar(source, 'defaultsIteratorOptions');
source = removeVar(source, 'eachIteratorOptions');
source = removeVar(source, 'forOwnIteratorOptions');
source = removeVar(source, 'templateIterator');
source = removeHasDontEnumBug(source);
source = removeHasEnumPrototype(source);
}