summaryrefslogtreecommitdiffstats
path: root/src/H5Dprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-06-19 13:42:02 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-06-19 13:42:02 (GMT)
commit29a0f3e3586080a69f0048bf79dec5e9749fcb5d (patch)
tree4e81a94939ab507737960e90e3ba6634c0610217 /src/H5Dprivate.h
parentaefc39ac325f25d1978ad07785ee0b57617d17a5 (diff)
downloadhdf5-29a0f3e3586080a69f0048bf79dec5e9749fcb5d.zip
hdf5-29a0f3e3586080a69f0048bf79dec5e9749fcb5d.tar.gz
hdf5-29a0f3e3586080a69f0048bf79dec5e9749fcb5d.tar.bz2
[svn-r5670] Purpose:
Code cleanup Description: Remove "COALESCE_READS" ifdefs, which were brought in by the DPSS VFL driver and are no longer used. Platforms tested: IRIX64 6.5 (modi4) w/parallel
Diffstat (limited to 'src/H5Dprivate.h')
-rw-r--r--src/H5Dprivate.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/H5Dprivate.h b/src/H5Dprivate.h
index 2c17c26..b0b1609 100644
--- a/src/H5Dprivate.h
+++ b/src/H5Dprivate.h
@@ -136,12 +136,6 @@
#define H5D_XFER_VFL_INFO_NAME "vfl_info"
#define H5D_XFER_VFL_INFO_SIZE sizeof(void *)
#define H5D_XFER_VFL_INFO_DEF NULL
-#ifdef COALESCE_READS
-/* Definitions for 'gather reads' property */
-#define H5D_XFER_GATHER_READS_NAME "gather_reads"
-#define H5D_XFER_GATHER_READS_SIZE sizeof(hsize_t)
-#define H5D_XFER_GATHER_READS_DEF 0
-#endif /* COALESCE_READS */
/* Definitions for hyperslab vector size property */
#define H5D_XFER_HYPER_VECTOR_SIZE_NAME "vec_size"
#define H5D_XFER_HYPER_VECTOR_SIZE_SIZE sizeof(size_t)