Commits
David Young committed d0b8accbc1f
Relax H5F_update_vfd_swmr_metadata_file() argument checking so that we can call it with num_entries == 0 and a non-NULL `index`. Delete some code that isn't necessary if `num_entries == 0 && index != NULL` is allowed. NFCI.