From: Norton T. Allen Date: Fri, 13 Feb 1998 11:24:49 +0000 (-0500) Subject: _58: wantarray in void context broken X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fe5f2073f8d52fd78c5b0c0030e025731582c0a1;p=p5sagit%2Fp5-mst-13.2.git _58: wantarray in void context broken p4raw-id: //depot/perl@517 --- diff --git a/pp_hot.c b/pp_hot.c index 1815b66..2bb1cb7 100644 --- 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));