Skip to content

Commit c08f688

Browse files
committed
pp_hot.c: delete dead assignment
There is no point in updating const_lens because the variable isn't used past this point.
1 parent 9b4bbe3 commit c08f688

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pp_hot.c

-1
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,6 @@ PP(pp_multiconcat)
11421142
Copy(svpv_p->pv, targ_pv, len, char);
11431143
targ_pv += len;
11441144
}
1145-
const_lens += (svpv_end - svpv_base + 1);
11461145
}
11471146
else {
11481147
/* Note that we iterate the loop nargs+1 times: to append nargs

0 commit comments

Comments
 (0)