diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-01-22 14:30:14 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:31:50 (GMT) |
commit | 08c29a09953778367ab2a9bcdb93dfe85d7a6850 (patch) | |
tree | 01666075153a4e611863e0398ce34da3c15f6e90 | |
parent | ec3847712c0e98a7fc073f924206e4a5fbe82aef (diff) | |
download | hdf5-08c29a09953778367ab2a9bcdb93dfe85d7a6850.zip hdf5-08c29a09953778367ab2a9bcdb93dfe85d7a6850.tar.gz hdf5-08c29a09953778367ab2a9bcdb93dfe85d7a6850.tar.bz2 |
Remove irrelevant sentence from comment.
-rw-r--r-- | src/H5vers.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/H5vers.txt b/src/H5vers.txt index e3a3c0f..ae1d600 100644 --- a/src/H5vers.txt +++ b/src/H5vers.txt @@ -70,9 +70,7 @@ FUNCTION: H5Lvisit_by_name; H5L_iterate; v18, v112 # version for default api=v110 should be version 1 to work correctly # with 1.10 applications that were using unversioned H5O functions, # and the H5O function version should be version 3 for default api=v112 -# (the default api version for 1.12). Allowing a v111 entry and -# incrementing its index 13 lines below allows a version 2 that is -# never accessed via the H5O function macros. +# (the default api version for 1.12). FUNCTION: H5Oget_info; ; v18, v111, v112 FUNCTION: H5Oget_info_by_name; ; v18, v111, v112 FUNCTION: H5Oget_info_by_idx; ; v18, v111, v112 |