This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove unused variables and assignments
authorRobin Barker <rmbarker@cpan.org>
Wed, 7 Sep 2011 21:22:42 +0000 (22:22 +0100)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 8 Sep 2011 15:24:31 +0000 (08:24 -0700)
commit14f0f125b45b58bbf2d9e275abf2fef1655f8a3e
treed1f498a7896c607ac46e1b049fbffa0848aa5bac
parentf8ccc5c641d025d213119510fd38619b06273044
remove unused variables and assignments

and silences some compiler warnings.
I do not understand the code in toke.c but the change aligns the code
with other uses of FUN0OP, it has no warnings and does not break any test.
op.c
pp.c
toke.c