toke.c: Remove unnecessary UTF check
authorFather Chrysostomos <sprout@cpan.org>
Tue, 5 Nov 2013 23:47:30 +0000 (15:47 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 6 Nov 2013 13:56:04 +0000 (05:56 -0800)
commit0ca835f6a623d95f378cb509131a818551586691
tree2ca29038d32e6e7971acde500b6a33d377846a61
parent9e3fb20c3e612686e655b7bb4d6982e3b565270a
toke.c: Remove unnecessary UTF check

In this particular branch, the value of PL_tokenbuf will always
be a built-in keyword; i.e., pure ASCII.  So there is no need to
do a utf8 check.
toke.c