diff options
Diffstat (limited to 'src/H5FSpkg.h')
-rw-r--r-- | src/H5FSpkg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5FSpkg.h b/src/H5FSpkg.h index b3b1548..f07ffad 100644 --- a/src/H5FSpkg.h +++ b/src/H5FSpkg.h @@ -190,7 +190,6 @@ struct H5FS_t { hsize_t threshold; /* Threshold for alignment */ hsize_t alignment; /* Alignment */ - /* Memory data structures (not stored directly) */ H5FS_section_class_t *sect_cls; /* Array of section classes for this free list */ }; |