summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_sparse_writer.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-12-09 21:47:08 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-12-09 21:47:08 (GMT)
commit305a64f674c96778719bf7dd673f57b3d001b314 (patch)
tree2d386386e09914b69e3eb4e1e04c02ee1e0fec8c /test/vfd_swmr_sparse_writer.c
parenta6be1c039736edc59912c925e8727f08a6523b1d (diff)
downloadhdf5-305a64f674c96778719bf7dd673f57b3d001b314.zip
hdf5-305a64f674c96778719bf7dd673f57b3d001b314.tar.gz
hdf5-305a64f674c96778719bf7dd673f57b3d001b314.tar.bz2
Remove disused #ifdef QAK code.
Diffstat (limited to 'test/vfd_swmr_sparse_writer.c')
-rw-r--r--test/vfd_swmr_sparse_writer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/vfd_swmr_sparse_writer.c b/test/vfd_swmr_sparse_writer.c
index 3c6969d..90fbf77 100644
--- a/test/vfd_swmr_sparse_writer.c
+++ b/test/vfd_swmr_sparse_writer.c
@@ -91,10 +91,6 @@ open_skeleton(const char *filename, unsigned verbose)
if(H5Pset_libver_bounds(fapl, H5F_LIBVER_LATEST, H5F_LIBVER_LATEST) < 0)
goto error;
-#ifdef QAK
- H5Pset_fapl_log(fapl, "append.log", H5FD_LOG_ALL, (size_t)(512 * 1024 * 1024));
-#endif /* QAK */
-
/*
* Set up to open the file with VFD SWMR configured.
*/