summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/async.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/async.js b/lib/async.js
index f3cfb80..f13639f 100644
--- a/lib/async.js
+++ b/lib/async.js
@@ -165,7 +165,6 @@
switch (startIndex) {
case 0: return func.call(this, rest);
case 1: return func.call(this, arguments[0], rest);
- case 2: return func.call(this, arguments[0], arguments[1], rest);
}
// Currently unused but handle cases outside of the switch statement:
// var args = Array(startIndex + 1);