summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-11-14 17:11:15 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-11-14 17:11:15 (GMT)
commitf2bb4e3dbc04d450098e0466e120a3f8a26d228c (patch)
tree8c0978a6d145008027062d1a41cf0825b71cbc71 /test
parent492d8b8b2a67ea53c57d48b06bb2eafd41220399 (diff)
downloadhdf5-f2bb4e3dbc04d450098e0466e120a3f8a26d228c.zip
hdf5-f2bb4e3dbc04d450098e0466e120a3f8a26d228c.tar.gz
hdf5-f2bb4e3dbc04d450098e0466e120a3f8a26d228c.tar.bz2
Good-bye md_open_tries.
Diffstat (limited to 'test')
-rw-r--r--test/page_buffer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/page_buffer.c b/test/page_buffer.c
index 1239b36..38f4529 100644
--- a/test/page_buffer.c
+++ b/test/page_buffer.c
@@ -115,9 +115,6 @@ swmr_fapl_augment(hid_t fapl, const char *filename, uint32_t max_lag)
, .max_lag = 5
, .vfd_swmr_writer = true
, .md_pages_reserved = 128
-#if 0
- , .md_open_tries = 1
-#endif
};
const char *dname;
char *tname;