toke.c: Remove commented-out code
authorFather Chrysostomos <sprout@cpan.org>
Fri, 23 Aug 2013 05:35:28 +0000 (22:35 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 23 Aug 2013 07:09:34 +0000 (00:09 -0700)
commit1d894b9f1f8661108648de072cb25d2979a9528e
treec48f29be2a06faf83261c106aa34dd7691e24027
parent9cf272522da1fe871e57b0a75cc3322904a5276e
toke.c: Remove commented-out code

This ‘if(){’ has been commented out since it was added in 5db068806.
Presumably the intent was to make the special mad code specific to
PL_madskills at some point and have mad builds running without
PL_madskills follow the same code as regular builds (the *s = '\0' and
PL_bufend assignments).

Since then, though, the standard code has changed to match the mad
code.  The next commit will merge them.
toke.c