Remove unused variable 'stash' since change 26437.
Gisle Aas [Thu, 22 Dec 2005 10:42:36 +0000 (10:42 +0000)]
p4raw-id: //depot/perl@26444

pp_hot.c

index 668c759..285e1e5 100644 (file)
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -2610,7 +2610,6 @@ PP(pp_entersub)
 {
     dVAR; dSP; dPOPss;
     GV *gv;
-    HV *stash;
     register CV *cv;
     register PERL_CONTEXT *cx;
     I32 gimme;