This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: Rmv useless code
authorKarl Williamson <khw@cpan.org>
Sat, 25 Mar 2017 23:38:40 +0000 (17:38 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 2 Nov 2017 19:26:10 +0000 (13:26 -0600)
commit5ffd609608e2a003d9a229e7cd0ba1f883c53ade
tree2abeaf6ba10f6e4a95b9623cca7e56d750431856
parent76dafe0b21a330026314b29e7392fe294b9af9e0
toke.c: Rmv useless code

This code is unreachable because the code above makes sure that the
variable can't be larger than PL_bufend, and the code is only executed
if it is larger.
toke.c