_58: wantarray in void context broken
authorNorton T. Allen <allen@huarp.harvard.edu>
Fri, 13 Feb 1998 11:24:49 +0000 (06:24 -0500)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Fri, 13 Feb 1998 16:57:59 +0000 (16:57 +0000)
p4raw-id: //depot/perl@517

pp_hot.c

index 1815b66..2bb1cb7 100644 (file)
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -2032,8 +2032,6 @@ PP(pp_entersub)
     }
 #endif /* USE_THREADS */
 
-    gimme = GIMME;
-
     if (CvXSUB(cv)) {
        if (CvOLDSTYLE(cv)) {
            I32 (*fp3)_((int,int,int));