summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-05-02 22:38:52 +0000
committerNicholas Clark <nick@ccl4.org>2006-05-02 22:38:52 +0000
commit67bc2cb00d7feb8647dda25e729ba4ceb738fb6f (patch)
tree4630fa5e9f81d693beff4c772b2b5e8ea557ad64 /sv.c
parent45e3480058a48be9675e10a3f8cf34c1b211df0e (diff)
downloadperl-67bc2cb00d7feb8647dda25e729ba4ceb738fb6f.tar.gz
Remove a variable left unused since change 28065.
p4raw-id: //depot/perl@28070
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index e0e47e4046..79b528b0e1 100644
--- 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))