From 33ed2a8b42812a32939df57fc5fdb88edfe9f84f Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 8 Apr 2011 09:04:13 -0700 Subject: [PATCH] Remove unnecessary code from pp_eq This code, added recently in 7d779b2, has been unnecessary since com- mit 75ea7a1. --- pp_hot.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pp_hot.c b/pp_hot.c index b6b8851..06b837b 100644 --- a/pp_hot.c +++ b/pp_hot.c @@ -342,18 +342,6 @@ PP(pp_eq) RETURN; } #endif - if (TOPs == TOPm1s && SvGMAGICAL(TOPs)) { - SV * const svl = sv_newmortal(); - /* Print the uninitialized warning now, so it includes the vari- - able name. */ - if (!SvOK(TOPs)) { - if (ckWARN(WARN_UNINITIALIZED)) report_uninit(TOPs); - sv_setiv(svl,0); - } - else sv_setsv_flags(svl, TOPs, 0); - SvGETMAGIC(TOPs); - TOPm1s = svl; - } #ifdef PERL_PRESERVE_IVUV SvIV_please_nomg(TOPs); if (SvIOK(TOPs)) { -- 2.7.4