This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/re/re_tests: Remove unused variable initializations
authorKarl Williamson <public@khwilliamson.com>
Wed, 9 Jan 2013 04:22:16 +0000 (21:22 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 9 Jan 2013 04:44:26 +0000 (21:44 -0700)
commit0f7276ab4309f320c9a78c994aec32aaa8145615
tree2b877cc7b215c0f7995ea404422d52d76a909125
parent00b8ba24eb49d6a2dc633e6567a9c245fe438a50
t/re/re_tests: Remove unused variable initializations

These lines all fail to compile, so matching doesn't happen, so it
doesn't matter at all what the target string to be matched against
is set to.  It is misleading to put apparently meaningful stuff in that
string.
t/re/re_tests