diff options
author | Gisle Aas <gisle@activestate.com> | 2005-12-22 10:42:36 +0000 |
---|---|---|
committer | Gisle Aas <gisle@activestate.com> | 2005-12-22 10:42:36 +0000 |
commit | fa4c416c179c82da6d55a50148d135ad38ba2770 (patch) | |
tree | 26ed81e524563e76ab0b762699372b1292b9b6a7 /pp_hot.c | |
parent | 9f435386c83a4cc6da710aa79ee7eb835c76e1f6 (diff) | |
download | perl-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2610,7 +2610,6 @@ PP(pp_entersub) { dVAR; dSP; dPOPss; GV *gv; - HV *stash; register CV *cv; register PERL_CONTEXT *cx; I32 gimme; |