summaryrefslogtreecommitdiffstats
path: root/src/H5FDmpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDmpio.h')
-rw-r--r--src/H5FDmpio.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/H5FDmpio.h b/src/H5FDmpio.h
index de55ccb..be66735 100644
--- a/src/H5FDmpio.h
+++ b/src/H5FDmpio.h
@@ -25,15 +25,6 @@ typedef enum H5FD_mpio_xfer_t {
H5FD_MPIO_COLLECTIVE
} H5FD_mpio_xfer_t;
-/*
- * MPIO-specific data transfer properties. This struct is here only because
- * we need it in special case code throughout the library. Applications
- * please use H5Pset_dxpl_mpio() instead.
- */
-typedef struct H5FD_mpio_dxpl_t {
- H5FD_mpio_xfer_t xfer_mode; /*collective or independent I/O */
-} H5FD_mpio_dxpl_t;
-
/* Macros */
#define IS_H5FD_MPIO(f) /* (H5F_t *f) */ \