summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pp_hot.c b/pp_hot.c
index d218dcca50..3ee48180d3 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -299,9 +299,6 @@ PP(pp_concat)
}
if (!rcopied) {
- if (left == right)
- /* $r.$r: do magic twice: tied might return different 2nd time */
- SvGETMAGIC(right);
rpv = SvPV_nomg_const(right, rlen);
rbyte = !DO_UTF8(right);
}