This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp.c:pp_split: Remove redundant !s
authorFather Chrysostomos <sprout@cpan.org>
Sun, 12 Oct 2014 06:17:43 +0000 (23:17 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 12 Oct 2014 06:17:43 +0000 (23:17 -0700)
commitb3941ae985e6b767006431e538d0e45b5346ce29
tree8c01de686e06a3325c9dcb353fd666493df728c8
parentafc80078650f4c5361caace3f0ae6c934135d0ec
pp.c:pp_split: Remove redundant !s

SvPV always returns something (or croaks), so s cannot be null here.
pp.c