From 59a30fd4a3ce39b64d30173fc1a45d8018e2fb1f Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 18 Nov 2019 14:13:35 -0700 Subject: [PATCH] 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. --- op.c | 1 - 1 file changed, 1 deletion(-) diff --git a/op.c b/op.c index bc48a0b..9f919ba 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))), -- 1.8.3.1