summaryrefslogtreecommitdiffstats
path: root/src/H5Pfapl.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-04-21 00:19:15 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-04-21 00:19:15 (GMT)
commit739f413b7803c1d8fb5d0cbaef6503785a18275c (patch)
tree2a2fafd93e137665633aed7ff0d30b6d93be0b9d /src/H5Pfapl.c
parent5fefc12bd84843c295096330d5884dc0a1e043b0 (diff)
downloadhdf5-739f413b7803c1d8fb5d0cbaef6503785a18275c.zip
hdf5-739f413b7803c1d8fb5d0cbaef6503785a18275c.tar.gz
hdf5-739f413b7803c1d8fb5d0cbaef6503785a18275c.tar.bz2
Fixed problems that prevent bin/trace from marking up some functions.
Diffstat (limited to 'src/H5Pfapl.c')
-rw-r--r--src/H5Pfapl.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c
index e47a4b0..c69f3ef 100644
--- a/src/H5Pfapl.c
+++ b/src/H5Pfapl.c
@@ -4381,19 +4381,7 @@ H5P_facc_mdc_log_location_close(const char H5_ATTR_UNUSED *name, size_t H5_ATTR_
*-------------------------------------------------------------------------
*/
herr_t
-H5Pset_evict_on_close(
-#if defined(H5_HAVE_PARALLEL) && !defined(H5_DEBUG_BUILD)
- hid_t H5_ATTR_UNUSED fapl_id,
-#else
- hid_t fapl_id,
-#endif /* H5_HAVE_PARALLEL and !H5_DEBUG_BUILD */
-
-#ifdef H5_HAVE_PARALLEL
- hbool_t H5_ATTR_UNUSED evict_on_close
-#else
- hbool_t evict_on_close
-#endif /* H5_HAVE_PARALLEL */
-)
+H5Pset_evict_on_close(hid_t fapl_id, hbool_t evict_on_close)
{
H5P_genplist_t *plist; /* property list pointer */
herr_t ret_value = SUCCEED; /* return value */