Re: AIX and gcc (moving targets)
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
index 8e12e2b..0d2d2cd 100644 (file)
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -1434,10 +1434,6 @@ Perl_die_where(pTHX_ char *message, STRLEN msglen)
            }
            else {
                sv_setpvn(ERRSV, message, msglen);
-               if (PL_hints & HINT_UTF8)
-                   SvUTF8_on(ERRSV);
-               else
-                   SvUTF8_off(ERRSV);
            }
        }
        else