This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sv.c:sv_catsv: Remove null check
authorFather Chrysostomos <sprout@cpan.org>
Thu, 16 Oct 2014 15:28:29 +0000 (08:28 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 16 Oct 2014 15:28:29 +0000 (08:28 -0700)
commit47d3b731f074752fe0862ffdf333cfd3935f793a
treee8e2c137858bc53f15aa52738ded707d373f3b05
parent1310f67f4ef0cc3c6f42d26ff702a34799d6ac0d
sv.c:sv_catsv: Remove null check

SvPV always returns something.  If it didn’t, we’d be crashing all
over the place, since most other code assumes it does.
sv.c