summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
authorGisle Aas <gisle@activestate.com>2005-12-22 10:42:36 +0000
committerGisle Aas <gisle@activestate.com>2005-12-22 10:42:36 +0000
commitfa4c416c179c82da6d55a50148d135ad38ba2770 (patch)
tree26ed81e524563e76ab0b762699372b1292b9b6a7 /pp_hot.c
parent9f435386c83a4cc6da710aa79ee7eb835c76e1f6 (diff)
downloadperl-fa4c416c179c82da6d55a50148d135ad38ba2770.tar.gz
Remove unused variable 'stash' since change 26437.
p4raw-id: //depot/perl@26444
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 668c75921a..285e1e5e7f 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;