This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_die_unwind(): remove unneeded assert
authorDavid Mitchell <davem@iabyn.com>
Fri, 16 Oct 2015 10:25:42 +0000 (11:25 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 3 Feb 2016 08:59:45 +0000 (08:59 +0000)
commitd086202c1d0f51922dfd68c85dd879ce2bf7e060
tree079f7125de7c1f477fc8e33a84ed40bf71f3b6d3
parentd308a7795e8032308ede86a9a82e8b0e24e88f34
Perl_die_unwind(): remove unneeded assert

Now that the order of things has changed, PL_curcop will always have just
been restored at this point. So there's no longer any needs to assert that
its the correct value.
pp_ctl.c