Skip to content

Commit df466d3

Browse files
committed
Remove unnecessary use of Time::HiRes from 013_crash_restart.pl.
The regression test 013_crash_restart.pl included "use Time::HiRes qw(usleep)", but the usleep was not used there. Author: Fujii Masao Reviewed-by: Kyotaro Horiguchi Discussion: https://postgr.es/m/63ad1368-18e2-8900-8443-524bdfb1bef5@oss.nttdata.com
1 parent 6bbc5c5 commit df466d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/recovery/t/013_crash_restart.pl

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use TestLib;
1818
use Test::More;
1919
use Config;
20-
use Time::HiRes qw(usleep);
2120

2221
plan tests => 18;
2322

0 commit comments

Comments
 (0)