From f4d03432a4f6392caa5948e88a851a532626d255 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Tue, 18 Aug 2020 05:53:33 -0700 Subject: Removes inappropriate file locking call --- test/swmr.c | 2 -- 1 file changed, 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)); -- cgit v0.12