1
1

Remove the error handler stuff which is not supposed to be there, thanks to George

This commit was SVN r1179.
Этот коммит содержится в:
Vishal Sahay 2004-06-01 16:29:41 +00:00
родитель 2611335eab
Коммит 539c5442d3

Просмотреть файл

@ -65,7 +65,6 @@ typedef struct lam_datatype_t {
/* Attribute fields */
lam_hash_table_t *d_keyhash;
char name[MPI_MAX_OBJECT_NAME];
lam_errhandler_t *error_handler; /**< error handler */
dt_type_desc_t desc; /**< the data description */
dt_type_desc_t opt_desc; /**< short description of the data used when conversion is useless
* or in the send case (without conversion) */