diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/ByteLoader/bytecode.h | 2 | ||||
-rw-r--r-- | ext/Thread/Thread.xs | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/ext/ByteLoader/bytecode.h b/ext/ByteLoader/bytecode.h index 7ce3e07280..e7ac6c8efd 100644 --- a/ext/ByteLoader/bytecode.h +++ b/ext/ByteLoader/bytecode.h @@ -182,8 +182,6 @@ typedef IV IV64; ENTER; \ SAVECOPFILE(&PL_compiling); \ SAVECOPLINE(&PL_compiling); \ - save_svref(&PL_rs); \ - sv_setsv(PL_rs, PL_nrs); \ if (!PL_beginav) \ PL_beginav = newAV(); \ av_push(PL_beginav, cv); \ diff --git a/ext/Thread/Thread.xs b/ext/Thread/Thread.xs index c008160538..b76c0be18b 100644 --- a/ext/Thread/Thread.xs +++ b/ext/Thread/Thread.xs @@ -174,7 +174,6 @@ threadstart(void *arg) SvREFCNT_dec(PL_ofs_sv); SvREFCNT_dec(PL_rs); - SvREFCNT_dec(PL_nrs); SvREFCNT_dec(PL_statname); SvREFCNT_dec(PL_errors); Safefree(PL_screamfirst); |