mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
Removes inappropriate file locking call
This commit is contained in:
parent
e9ee2d9906
commit
f4d03432a4
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user