summaryrefslogtreecommitdiffstats
path: root/src/H5Pdxpl.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-11-02 16:01:54 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-11-02 16:01:54 (GMT)
commit05c0302e35cab573368cb889686d765baa5722ef (patch)
treeb0c99d746cda894e8b661086339fba47858f4830 /src/H5Pdxpl.c
parentf0b2748073270b5969817bc10dc4a801a882b708 (diff)
downloadhdf5-05c0302e35cab573368cb889686d765baa5722ef.zip
hdf5-05c0302e35cab573368cb889686d765baa5722ef.tar.gz
hdf5-05c0302e35cab573368cb889686d765baa5722ef.tar.bz2
[svn-r12844] Description:
Fix parallel build failure for property list class initialization refactor. Tested on: AIX (copper) w/parallel
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 */
/******************/