diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2019-02-16 06:47:47 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2019-02-16 06:47:47 (GMT) |
commit | 6c212353c45ef84b5c977c6019e4d72263534aea (patch) | |
tree | 23007001fbb0ce626de732dc9fa24a0712d46f88 /release_docs/RELEASE.txt | |
parent | f2f890fd8292fb8db1d42e3844f8bc65bccf6453 (diff) | |
download | hdf5-6c212353c45ef84b5c977c6019e4d72263534aea.zip hdf5-6c212353c45ef84b5c977c6019e4d72263534aea.tar.gz hdf5-6c212353c45ef84b5c977c6019e4d72263534aea.tar.bz2 |
Code improvement
Description:
Removed dead code and accidentally leftover code
Platforms tested:
Linux/64 (jelly) - very minor
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8423981..879c3f3 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -167,10 +167,10 @@ New Features C++ Library: ------------ - - Added a wrapper for H5Ovisit2 + - Added new function to the C++ interface - // Recursively visit elements reachable from this object. - void visit(H5_index_t idx_type, H5_iter_order_t order, visit_operator_t user_op, void *op_data, unsigned int fields); + Added wrapper for H5Ovisit2: + H5Object::visit() (BMR - 2019/02/14, HDFFV-10532) |