]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove dead line.
authorNicholas Nethercote <njn@valgrind.org>
Fri, 9 Dec 2005 21:01:46 +0000 (21:01 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Fri, 9 Dec 2005 21:01:46 +0000 (21:01 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5322

tests/vg_regtest.in

index 4c2c92c057cab303a8c60f4047982871845bc466..23ca04a15f4aadd917d7278ca81abcbf76a29208 100755 (executable)
@@ -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) {