summaryrefslogtreecommitdiff
path: root/pp_hot.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp_hot.c')
-rw-r--r--pp_hot.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/pp_hot.c b/pp_hot.c
index 0032937be7..7d287d1279 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -4913,13 +4913,9 @@ Perl_leave_adjust_stacks(pTHX_ SV **from_sp, SV **to_sp, U8 gimme, int pass)
assert(from_sp == SP);
EXTEND(SP, 1);
*++SP = &PL_sv_undef;
- to_sp = SP;
- nargs = 0;
- }
- else {
- from_sp = SP;
- nargs = 1;
}
+ from_sp = SP;
+ nargs = 1;
}
/* common code for G_SCALAR and G_LIST */