diff options
author | David Young <dyoung@hdfgroup.org> | 2020-02-18 19:00:00 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-02-18 19:00:00 (GMT) |
commit | 323e8f8d8b3163349b551daf0c07ad7940aa96af (patch) | |
tree | ff56a161bf163812b4e88ab79853c879fee0231c /src/H5PB.c | |
parent | d19456dae2642a81371adb0539331283fd55eb10 (diff) | |
download | hdf5-323e8f8d8b3163349b551daf0c07ad7940aa96af.zip hdf5-323e8f8d8b3163349b551daf0c07ad7940aa96af.tar.gz hdf5-323e8f8d8b3163349b551daf0c07ad7940aa96af.tar.bz2 |
Delete an out-of-date comment.
Diffstat (limited to 'src/H5PB.c')
-rw-r--r-- | src/H5PB.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1723,12 +1723,6 @@ H5PB_vfd_swmr__update_index(H5F_t *f, shared->mdf_idx_entries_used, target_page); if ( ie_ptr == NULL ) { /* alloc new entry in the metadata file index*/ - - /* for now the metadata file index is of fixed size -- if we - * exceed the maximum size, just abort. - * - * Obviously, this must be fixed for the production version. - */ uint32_t new_index_entry_index; new_index_entry_index = shared->mdf_idx_entries_used + |