diff options
Diffstat (limited to 'src/H5FSprivate.h')
-rw-r--r-- | src/H5FSprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5FSprivate.h b/src/H5FSprivate.h index 6f73b93..353f85f 100644 --- a/src/H5FSprivate.h +++ b/src/H5FSprivate.h @@ -149,7 +149,6 @@ typedef struct H5FS_stat_t { hsize_t ghost_sect_count; /* # of un-serializable sections tracked */ } H5FS_stat_t; - /* Typedef for iteration operations */ typedef herr_t (*H5FS_operator_t)(const H5FS_section_info_t *sect, void *operator_data/*in,out*/); |