summaryrefslogtreecommitdiffstats
path: root/src/H5D.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-06-19 13:44:11 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-06-19 13:44:11 (GMT)
commit9c3d410714aa2142d4603548fb55afe0d97114ac (patch)
tree9b64b39dd40086380a44a478087ab1bd3937a8e0 /src/H5D.c
parentedd0e4a18ea752d6e10b3a4167627cfbe027aee7 (diff)
downloadhdf5-9c3d410714aa2142d4603548fb55afe0d97114ac.zip
hdf5-9c3d410714aa2142d4603548fb55afe0d97114ac.tar.gz
hdf5-9c3d410714aa2142d4603548fb55afe0d97114ac.tar.bz2
[svn-r5671] 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/H5D.c')
-rw-r--r--src/H5D.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5D.c b/src/H5D.c
index 017bd54..2fc1337 100644
--- a/src/H5D.c
+++ b/src/H5D.c
@@ -94,10 +94,6 @@ H5D_xfer_t H5D_xfer_dflt = {
NULL, /*No information needed for free() calls */
H5FD_VFD_DEFAULT, /*See H5Pget_driver() */
NULL, /*No file driver-specific information yet */
-#ifdef COALESCE_READS
- 0, /*coalesce single reads into a read */
- /*transaction */
-#endif
#ifdef H5_HAVE_PARALLEL
0, /* Whether to use a view for this I/O */
MPI_DATATYPE_NULL, /* MPI type for buffer (memory) */