summaryrefslogtreecommitdiffstats
path: root/test/swmr.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-08-18 12:53:33 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-08-18 12:53:33 (GMT)
commitf4d03432a4f6392caa5948e88a851a532626d255 (patch)
treee8642989c001dd6ae98f0f265990059898ed57b4 /test/swmr.c
parente9ee2d99062978faa63c1125b156ce20bd986f8f (diff)
downloadhdf5-f4d03432a4f6392caa5948e88a851a532626d255.zip
hdf5-f4d03432a4f6392caa5948e88a851a532626d255.tar.gz
hdf5-f4d03432a4f6392caa5948e88a851a532626d255.tar.bz2
Removes inappropriate file locking call
Diffstat (limited to 'test/swmr.c')
-rw-r--r--test/swmr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/swmr.c b/test/swmr.c
index a839a74..09ea66e 100644
--- a/test/swmr.c
+++ b/test/swmr.c
@@ -4422,8 +4422,6 @@ test_file_lock_swmr_same(hid_t in_fapl)
/* Set locking in the fapl */
if((fapl = H5Pcopy(in_fapl)) < 0)
FAIL_STACK_ERROR
- if(H5Pset_file_locking(fapl, TRUE, TRUE) < 0)
- FAIL_STACK_ERROR
/* Set the filename to use for this test (dependent on fapl) */
h5_fixname(FILENAME[1], fapl, filename, sizeof(filename));