From 423320f2350ff7051fc9c92479e117bf5d02b9cd Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 5 Oct 2015 07:18:13 -0700 Subject: [PATCH] Remove unused variable `push`. --- lodash.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lodash.js b/lodash.js index 262dbfa2c..8d6b03831 100644 --- a/lodash.js +++ b/lodash.js @@ -1351,7 +1351,6 @@ parseFloat = context.parseFloat, pow = Math.pow, propertyIsEnumerable = objectProto.propertyIsEnumerable, - push = arrayProto.push, setTimeout = context.setTimeout, splice = arrayProto.splice;