summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_generator.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_generator.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_generator.c')
-rw-r--r--test/vfd_swmr_generator.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/vfd_swmr_generator.c b/test/vfd_swmr_generator.c
index 2bf8620..0a455d8 100644
--- a/test/vfd_swmr_generator.c
+++ b/test/vfd_swmr_generator.c
@@ -122,22 +122,10 @@ gen_skeleton(const char *filename, hbool_t verbose, hbool_t vfd_swmr_write,
if(!HDstrcmp(index_type, "b2"))
max_dims[0] = H5S_UNLIMITED;
-#ifdef QAK
- H5Pset_small_data_block_size(fapl, (hsize_t)(50 * CHUNK_SIZE * DTYPE_SIZE));
-#endif /* QAK */
-
-#ifdef QAK
- H5Pset_fapl_log(fapl, "append.log", H5FD_LOG_ALL, (size_t)(512 * 1024 * 1024));
-#endif /* QAK */
-
/* Create file creation property list */
if((fcpl = H5Pcreate(H5P_FILE_CREATE)) < 0)
return -1;
-#ifdef QAK
- H5Pset_link_phase_change(fcpl, 0, 0);
-#endif /* QAK */
-
/* Emit informational message */
if(verbose)
HDfprintf(stderr, "Creating file\n");