Remove dead code in createRecurryWrapper.

This commit is contained in:
John-David Dalton
2015-12-27 14:41:34 -06:00
parent 6c84ccd5c5
commit afdc4b746a

View File

@@ -4325,7 +4325,6 @@
newPartials = isCurry ? partials : undefined,
newPartialsRight = isCurry ? undefined : partials;
arity = arity == undefined ? arity : nativeMax(arity, 0);
bitmask |= (isCurry ? PARTIAL_FLAG : PARTIAL_RIGHT_FLAG);
bitmask &= ~(isCurry ? PARTIAL_RIGHT_FLAG : PARTIAL_FLAG);