diff options
author | Karl Williamson <khw@cpan.org> | 2019-11-18 14:13:35 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-11-18 14:39:42 -0700 |
commit | 59a30fd4a3ce39b64d30173fc1a45d8018e2fb1f (patch) | |
tree | 511fa5dc42e03ce0ec4e2d2661614d055a9929a5 | |
parent | a1e5b70092f67a00e1c13c834de719a887462e36 (diff) | |
download | perl-59a30fd4a3ce39b64d30173fc1a45d8018e2fb1f.tar.gz |
op.c: Rmv redundant line in tr/// table
The line was a relict of debugging. I don't know if this could lead to
a bug or not, but it certainly did not belong.
-rw-r--r-- | op.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6900,7 +6900,6 @@ S_pmtrans(pTHX_ OP *o, OP *expr, OP *repl) 0, 0x80, (32 * (1UL << ( UTF_ACCUMULATION_SHIFT))), - (32 * (1UL << ( UTF_ACCUMULATION_SHIFT))), (16 * (1UL << (2 * UTF_ACCUMULATION_SHIFT))), ( 8 * (1UL << (3 * UTF_ACCUMULATION_SHIFT))), ( 4 * (1UL << (4 * UTF_ACCUMULATION_SHIFT))), |