summaryrefslogtreecommitdiffstats
path: root/src/H5Pdxpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Pdxpl.c')
-rw-r--r--src/H5Pdxpl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5Pdxpl.c b/src/H5Pdxpl.c
index ea5a6bd..3350658 100644
--- a/src/H5Pdxpl.c
+++ b/src/H5Pdxpl.c
@@ -116,11 +116,6 @@
#define H5D_XFER_XFORM_DEL H5P_dxfr_xform_del
#define H5D_XFER_XFORM_COPY H5P_dxfr_xform_copy
#define H5D_XFER_XFORM_CLOSE H5P_dxfr_xform_close
-#ifdef H5_HAVE_INSTRUMENTED_LIBRARY
-/* Definitions for collective chunk I/O property */
-#define H5D_XFER_COLL_CHUNK_SIZE sizeof(unsigned)
-#define H5D_XFER_COLL_CHUNK_DEF 1
-#endif /* H5_HAVE_INSTRUMENTED_LIBRARY */
/******************/