Remove unused variable push.

This commit is contained in:
John-David Dalton
2015-10-05 07:18:13 -07:00
parent 020a8c864f
commit 423320f235

View File

@@ -1351,7 +1351,6 @@
parseFloat = context.parseFloat,
pow = Math.pow,
propertyIsEnumerable = objectProto.propertyIsEnumerable,
push = arrayProto.push,
setTimeout = context.setTimeout,
splice = arrayProto.splice;