summaryrefslogtreecommitdiffstats
path: root/src/H5PB.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-18 19:00:00 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-02-18 19:00:00 (GMT)
commit323e8f8d8b3163349b551daf0c07ad7940aa96af (patch)
treeff56a161bf163812b4e88ab79853c879fee0231c /src/H5PB.c
parentd19456dae2642a81371adb0539331283fd55eb10 (diff)
downloadhdf5-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.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/H5PB.c b/src/H5PB.c
index e3ce367..ca51697 100644
--- a/src/H5PB.c
+++ b/src/H5PB.c
@@ -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 +