From: Nicholas Nethercote Date: Fri, 9 Dec 2005 21:01:46 +0000 (+0000) Subject: Remove dead line. X-Git-Tag: svn/VALGRIND_3_2_0~532 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fd30a473cd7578abef3c4914f3898b9ce83c929;p=thirdparty%2Fvalgrind.git Remove dead line. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5322 --- diff --git a/tests/vg_regtest.in b/tests/vg_regtest.in index 4c2c92c057..23ca04a15f 100755 --- a/tests/vg_regtest.in +++ b/tests/vg_regtest.in @@ -344,7 +344,6 @@ sub test_one_dir($$) my $dashes = "-" x (50 - length $full_dir); my @fs = glob "*"; - my @vgtests = grep { $_ =~ /\.vgtest$/ } @fs; my $found_tests = (0 != (grep { $_ =~ /\.vgtest$/ } @fs)); if ($found_tests) {