aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test/Cluster.pm
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2023-08-29 18:25:09 +0200
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2023-08-29 18:25:09 +0200
commit952db4979f9fea3fb4fd1eb07b310c85fdc2a8b9 (patch)
tree295663e40d6f85ca0b6d1efa784ee1de5fe98e73 /src/test/perl/PostgreSQL/Test/Cluster.pm
parent8421f6bce16cd1d58106f47e48762319e7d22ab0 (diff)
downloadpostgresql-952db4979f9fea3fb4fd1eb07b310c85fdc2a8b9.tar.gz
postgresql-952db4979f9fea3fb4fd1eb07b310c85fdc2a8b9.zip
Perl: Remove useless lines
Diffstat (limited to 'src/test/perl/PostgreSQL/Test/Cluster.pm')
-rw-r--r--src/test/perl/PostgreSQL/Test/Cluster.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/perl/PostgreSQL/Test/Cluster.pm b/src/test/perl/PostgreSQL/Test/Cluster.pm
index 227c34ab4db..2a478ba6ed7 100644
--- a/src/test/perl/PostgreSQL/Test/Cluster.pm
+++ b/src/test/perl/PostgreSQL/Test/Cluster.pm
@@ -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)
{