summaryrefslogtreecommitdiffstats
path: root/test/page_buffer.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-05-21 14:55:56 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-21 14:55:56 (GMT)
commiteeda47bcf68836b56a06f9755440eed60ce785d4 (patch)
tree5353ea176d49ca021684b1279e7c3c70727de9fe /test/page_buffer.c
parent18dab4e5767fcf9cdad2220d1a89f1ae7b002dd1 (diff)
downloadhdf5-eeda47bcf68836b56a06f9755440eed60ce785d4.zip
hdf5-eeda47bcf68836b56a06f9755440eed60ce785d4.tar.gz
hdf5-eeda47bcf68836b56a06f9755440eed60ce785d4.tar.bz2
Reduce differences with pre-rebase state.
Diffstat (limited to 'test/page_buffer.c')
-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 5da326e..d89a701 100644
--- a/test/page_buffer.c
+++ b/test/page_buffer.c
@@ -78,8 +78,6 @@ static unsigned md_entry_splitting_smoke_check(hid_t orig_fapl,
const char *env_h5_drvr, bool);
static unsigned md_entry_splitting_boundary_test(hid_t orig_fapl,
const char *env_h5_drvr, bool);
-static unsigned verify_page_buffering_disabled(hid_t orig_fapl,
- const char *env_h5_drvr);
#endif /* H5_HAVE_PARALLEL */
#define FILENAME "filepaged"
@@ -2538,7 +2536,6 @@ error:
HDfree(data);
} H5E_END_TRY;
return 1;
-
} /* test_min_threshold */