summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-05-03 17:11:25 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-05-03 17:11:25 (GMT)
commitc83ca64bd052c58b5f3f3d9afa7a151eefb1776d (patch)
tree0494149b588d561486da75aedee4c27f991990e3 /test/vfd_swmr.c
parenta2f39152a071179ccf9d8f2e8979485eee2e8034 (diff)
parent4442691d80278b239a33d1daf460acb6bf500635 (diff)
downloadhdf5-c83ca64bd052c58b5f3f3d9afa7a151eefb1776d.zip
hdf5-c83ca64bd052c58b5f3f3d9afa7a151eefb1776d.tar.gz
hdf5-c83ca64bd052c58b5f3f3d9afa7a151eefb1776d.tar.bz2
Merge remote-tracking branch 'canonical/feature/vfd_swmr' into vfd_swmr/thg_standards
Diffstat (limited to 'test/vfd_swmr.c')
-rw-r--r--test/vfd_swmr.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/vfd_swmr.c b/test/vfd_swmr.c
index 304b12a..09dee38 100644
--- a/test/vfd_swmr.c
+++ b/test/vfd_swmr.c
@@ -848,15 +848,6 @@ error:
return 1;
} /* test_writer_create_open_flush() */
-/* Sleep for `tenths` tenths of a second */
-static void
-decisleep(uint32_t tenths)
-{
- uint64_t nsec = tenths * 100 * 1000 * 1000;
-
- H5_nanosleep(nsec);
-}
-
/*-------------------------------------------------------------------------
* Function: test_writer_md()
*