Skip to content

Commit 9506850

Browse files
committed
Remove unused optimizeCb case
1 parent dfe2307 commit 9506850

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

underscore.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@
6969
case 1: return function(value) {
7070
return func.call(context, value);
7171
};
72-
case 2: return function(value, other) {
73-
return func.call(context, value, other);
74-
};
7572
case 3: return function(value, index, collection) {
7673
return func.call(context, value, index, collection);
7774
};

0 commit comments

Comments
 (0)