[asperl] integrate latest win32 branch
[p5sagit/p5-mst-13.2.git] / pp_hot.c
index 2372a37..b52b5b0 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));