Commit df466d30 authored by Fujii Masao's avatar Fujii Masao

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
parent 6bbc5c5e
......@@ -17,7 +17,6 @@ use PostgresNode;
use TestLib;
use Test::More;
use Config;
use Time::HiRes qw(usleep);
plan tests => 18;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment