toke.c:scan_heredoc: Remove unnecessary assignment
authorFather Chrysostomos <sprout@cpan.org>
Thu, 30 Aug 2012 03:39:55 +0000 (20:39 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 31 Aug 2012 01:18:10 +0000 (18:18 -0700)
commita2c844182cbce22d3a164097c0d85c0375664d85
tree372cbc98b7d7136482af10dcc36b9c39249e6f35
parent074b1c594a0c131c2fee2e237282c7fc3bc00586
toke.c:scan_heredoc: Remove unnecessary assignment

Updating PL_bufend after lex_next_chunk is not necessary, as
lex_next_chunk itself does it.
toke.c