summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-11-18 14:13:35 -0700
committerKarl Williamson <khw@cpan.org>2019-11-18 14:39:42 -0700
commit59a30fd4a3ce39b64d30173fc1a45d8018e2fb1f (patch)
tree511fa5dc42e03ce0ec4e2d2661614d055a9929a5 /op.c
parenta1e5b70092f67a00e1c13c834de719a887462e36 (diff)
downloadperl-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.
Diffstat (limited to 'op.c')
-rw-r--r--op.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/op.c b/op.c
index bc48a0bdb2..9f919baa24 100644
--- a/op.c
+++ b/op.c
@@ -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))),