diff options
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r-- | src/H5Oprivate.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h index 45c5eec..6570344 100644 --- a/src/H5Oprivate.h +++ b/src/H5Oprivate.h @@ -353,14 +353,6 @@ typedef struct H5O_stab_t { haddr_t heap_addr; /*address of name heap */ } H5O_stab_t; -/* Define return values from operator callback function for H5O_iterate */ -/* (Actually, any postive value will cause the iterator to stop and pass back - * that positive value to the function that called the iterator) - */ -#define H5O_ITER_ERROR (-1) -#define H5O_ITER_CONT (0) -#define H5O_ITER_STOP (1) - /* Typedef for iteration operations */ typedef herr_t (*H5O_operator_t)(const void *mesg/*in*/, unsigned idx, void *operator_data/*in,out*/); |