Skip to content

Commit

Permalink
op.c: ck_fun does not need to call LINKLIST
Browse files Browse the repository at this point in the history
The branch in question is only reached when it is called from ck_grep,
which itself calls LINKLIST on exactly the same op.
  • Loading branch information
Father Chrysostomos committed Jul 15, 2012
1 parent 2471236 commit b159ff9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion op.c
Expand Up @@ -8323,7 +8323,6 @@ Perl_ck_fun(pTHX_ OP *o)
{
OP * const newop = newUNOP(OP_NULL, 0, kid);
kid->op_sibling = 0;
LINKLIST(kid);
newop->op_next = newop;
kid = newop;
kid->op_sibling = sibl;
Expand Down

0 comments on commit b159ff9

Please sign in to comment.