pp.c: Remove useless read-only check from S_do_chomp
authorFather Chrysostomos <sprout@cpan.org>
Wed, 23 Nov 2011 21:11:48 +0000 (13:11 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 24 Nov 2011 09:45:29 +0000 (01:45 -0800)
commita5f4b619f316c936a9c585a8eb6511adc831eb52
treeba2305856ee7df1d2a77600cd9d4cdd8ba74cf64
parentb4cc4d79bdf5cb925f73a41f253ddedf9c846c5b
pp.c: Remove useless read-only check from S_do_chomp

After sv_force_normal_flags, the scalar will no longer be read-only,
except in those cases where sv_force_normal_flags croaks.  So this
check will never be true when SvFAKE was true.
pp.c