From: Gisle Aas Date: Thu, 22 Dec 2005 10:42:36 +0000 (+0000) Subject: Remove unused variable 'stash' since change 26437. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa4c416c179c82da6d55a50148d135ad38ba2770;p=p5sagit%2Fp5-mst-13.2.git Remove unused variable 'stash' since change 26437. p4raw-id: //depot/perl@26444 --- diff --git a/pp_hot.c b/pp_hot.c index 668c759..285e1e5 100644 --- 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;