Perl: Remove useless lines
This commit is contained in:
parent
8421f6bce1
commit
952db4979f
@ -38,7 +38,6 @@ sub pgbench_scripts
|
||||
|
||||
my ($opts, $stat, $out, $err, $name, $files) = @_;
|
||||
my @cmd = ('pgbench', split /\s+/, $opts);
|
||||
my @filenames = ();
|
||||
if (defined $files)
|
||||
{
|
||||
for my $fn (sort keys %$files)
|
||||
|
@ -2140,7 +2140,6 @@ sub _pgbench_make_files
|
||||
# cleanup file weight
|
||||
$filename =~ s/\@\d+$//;
|
||||
|
||||
#push @filenames, $filename;
|
||||
# filenames are expected to be unique on a test
|
||||
if (-e $filename)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user