This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
eliminate cx->blk_sub.oldcomppad
[perl5.git] / sv.c
diff --git a/sv.c b/sv.c
index 94f23ea..ac64dfb 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -13950,8 +13950,6 @@ Perl_cx_dup(pTHX_ PERL_CONTEXT *cxs, I32 ix, I32 max, CLONE_PARAMS* param)
                    ncx->blk_sub.argarray = NULL;
                    ncx->blk_sub.savearray = NULL;
                }
-               ncx->blk_sub.oldcomppad = (PAD*)ptr_table_fetch(PL_ptr_table,
-                                          ncx->blk_sub.oldcomppad);
                ncx->blk_sub.prevcomppad = (PAD*)ptr_table_fetch(PL_ptr_table,
                                           ncx->blk_sub.prevcomppad);
                break;