Tidy up EXE_EXT patches to MM_Unix.pm
[p5sagit/p5-mst-13.2.git] / pp_hot.c
index df52bb1..b759153 100644 (file)
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -1235,9 +1235,7 @@ PP(pp_match)
        pm = PL_curpm;
        rx = PM_GETRE(pm);
     }
-    if (rx->minlen > len &&
-       !PL_reg_match_utf8 /* ANYOFs can balloon to EXACTFs */
-       )
+    if (rx->minlen > len)
       goto failure;
 
     truebase = t = s;