This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
hexfp: Use Perl_fp_class_nzero unconditionally.
[perl5.git] / pp_sys.c
index 373590f..15b4d8b 100644 (file)
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -695,8 +695,6 @@ PP(pp_pipe_op)
     GV * const wgv = MUTABLE_GV(POPs);
     GV * const rgv = MUTABLE_GV(POPs);
 
-    assert (isGV_with_GP(rgv));
-    assert (isGV_with_GP(wgv));
     rstio = GvIOn(rgv);
     if (IoIFP(rstio))
        do_close(rgv, FALSE);