inline.h: Avoid redundant ckWARN call
authorFather Chrysostomos <sprout@cpan.org>
Thu, 29 Aug 2013 06:12:07 +0000 (23:12 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 29 Aug 2013 06:12:07 +0000 (23:12 -0700)
commit1d5051822fbc9237cf978c26ef52b1f38dc5b2f6
tree50ef59466b10d63f5a1a5a154d16eaa3f288d187
parentfa3234e35dd14e0ea7deee9ca2c17003ddba0379
inline.h: Avoid redundant ckWARN call

ckWARN calls Perl_ckwarn.  So does Perl_ck_warner.  So there is no
need to use both.
inline.h