diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-05-23 20:47:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-23 20:47:24 (GMT) |
commit | 68abd201b2aa56cbc5c7bfee99bcb8d9612eb73a (patch) | |
tree | b57fb9902cbcd2fb9abcdaa7321ec1420060067f /src | |
parent | ee919605677bd89ac7a541b137f048a5596b2899 (diff) | |
download | hdf5-68abd201b2aa56cbc5c7bfee99bcb8d9612eb73a.zip hdf5-68abd201b2aa56cbc5c7bfee99bcb8d9612eb73a.tar.gz hdf5-68abd201b2aa56cbc5c7bfee99bcb8d9612eb73a.tar.bz2 |
Fix missing/misplaced h5_reset calls (#3001)
Fixes failures when running tests after building with thread-safety
w/ code stacks on.
Fixes #2990
Diffstat (limited to 'src')
-rw-r--r-- | src/H5FDtest.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/H5FDtest.c b/src/H5FDtest.c index dc9ad93..87d24b6 100644 --- a/src/H5FDtest.c +++ b/src/H5FDtest.c @@ -71,8 +71,6 @@ * VFD feature flags (which do not exist until the driver * is instantiated). * - * See test/Makefile.am for a list of the VFD strings. - * * This function is only intended for use in the test code. * * Return: TRUE (1) if the VFD supports SWMR I/O or vfd_name is @@ -82,10 +80,6 @@ * * This function cannot fail at this time so there is no * error return value. - * - * Programmer: Dana Robinson - * Fall 2014 - * *------------------------------------------------------------------------- */ hbool_t |