From: Vincent Pit Date: Sun, 22 Feb 2009 09:35:30 +0000 (+0100) Subject: Hide an uncoverable line X-Git-Tag: v0.32~14 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=501e4a135efbce048925d6020db002791f43b8e0 Hide an uncoverable line --- diff --git a/Magic.xs b/Magic.xs index 35500ef..25d1d1c 100644 --- a/Magic.xs +++ b/Magic.xs @@ -914,8 +914,7 @@ STATIC I32 vmg_svt_val(pTHX_ IV action, SV *sv) { default: continue; } - if (mg->mg_private < SIG_MIN || mg->mg_private > SIG_MAX) - continue; + if (mg->mg_private < SIG_MIN || mg->mg_private > SIG_MAX) continue; w = SV2MGWIZ(mg->mg_ptr); switch (w->uvar) { case 0: