This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In B.xs, remove the now unused first argument from make_sv_object().
authorNicholas Clark <nick@ccl4.org>
Mon, 8 Nov 2010 14:18:54 +0000 (14:18 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 8 Nov 2010 14:18:54 +0000 (14:18 +0000)
commit0c74f67f9196b3c4e9078e53b09696ce1d898eca
treec36198987e7abca43f2ecff8ceb81d1a58af7ea0
parent8ae5a962c7aabc579338e8a0f74ead4acb914e83
In B.xs, remove the now unused first argument from make_sv_object().

After the previous change, all callers were passing in NULL and letting it
generate a new mortal SV for them.
ext/B/B.xs