1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Remove unused module imports from TAP tests

The Config and Cwd modules were no longer used, but remained imported,
in a number of tests.  Remove to keep the imports to the actually used
modules.

Reviewed-by: Andrew Dunstan <andrew@dunslane.net>
Discussion: https://postgr.es/m/A5A074CD-3198-492B-BE5E-7961EFC3733F@yesql.se
This commit is contained in:
Daniel Gustafsson
2022-03-24 20:51:40 +01:00
parent 412ad7a556
commit 7dac61402e
26 changed files with 0 additions and 34 deletions

View File

@ -4,7 +4,6 @@
use strict;
use warnings;
use Config;
use PostgreSQL::Test::Utils;
use Test::More;