Remove two pointless uses of sv_2mortal
authorFather Chrysostomos <sprout@cpan.org>
Mon, 6 Jun 2011 03:09:13 +0000 (20:09 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 6 Jun 2011 03:09:13 +0000 (20:09 -0700)
commitc0b72abc47a28e2094e4ffc331df81433920bb63
tree7986ec0c3a38d5e40fca043a495fe90311966f5f
parent87d466f54d9f5a5f340ed74438cd3df5fdacb89a
Remove two pointless uses of sv_2mortal

boolSV returns an immortal. When sv_2mortal is called on
an immortal, it simply returns. So eliminate the call.
universal.c