projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9f43538
)
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
patch
|
blob
|
blame
|
history
diff --git
a/pp_hot.c
b/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;