projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45e3480
)
Remove a variable left unused since change 28065.
author
Nicholas Clark
<nick@ccl4.org>
Tue, 2 May 2006 22:38:52 +0000
(22:38 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Tue, 2 May 2006 22:38:52 +0000
(22:38 +0000)
p4raw-id: //depot/perl@28070
sv.c
patch
|
blob
|
history
diff --git
a/sv.c
b/sv.c
index e0e47e40461bd026fe94bb4cc28020fd09917961..79b528b0e184877408ceb2eede9b3794dabcbec2 100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-10042,7
+10042,6
@@
Perl_sv_dup(pTHX_ const SV *sstr, CLONE_PARAMS* param)
missing by always going for the destination.
FIXME - instrument and check that assumption */
if (sv_type >= SVt_PVMG) {
- HV *ourstash;
if ((sv_type == SVt_PVMG) && SvPAD_OUR(dstr)) {
OURSTASH_set(dstr, hv_dup_inc(OURSTASH(dstr), param));
} else if (SvMAGIC(dstr))