summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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));