diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-05-31 05:12:06 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-05-31 05:12:06 (GMT) |
commit | c8c860d970e98eeedbf7ff2e34d65396b5a2f0a5 (patch) | |
tree | f190fa7903ffa6459d75d1540d9fffad0f204d66 /c++ | |
parent | 5232adad263a132238b952700307be38c44433da (diff) | |
download | hdf5-c8c860d970e98eeedbf7ff2e34d65396b5a2f0a5.zip hdf5-c8c860d970e98eeedbf7ff2e34d65396b5a2f0a5.tar.gz hdf5-c8c860d970e98eeedbf7ff2e34d65396b5a2f0a5.tar.bz2 |
Removed deprecated function
Description:
Removed IdComponent(const hid_t h5_id). This prototype was left over
from a previous deprecation.
Platforms tested:
Linux/32 2.6 (jam)
Diffstat (limited to 'c++')
-rw-r--r-- | c++/src/H5IdComponent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5IdComponent.h b/c++/src/H5IdComponent.h index 5dcdd07..9a45634 100644 --- a/c++/src/H5IdComponent.h +++ b/c++/src/H5IdComponent.h @@ -62,7 +62,7 @@ class H5_DLLCPP IdComponent { // removal does not raise any problems in two 1.10 releases. // Creates an object to hold an HDF5 identifier. - IdComponent(const hid_t h5_id); + // IdComponent(const hid_t h5_id); - removed in 1.8.19 #ifndef DOXYGEN_SHOULD_SKIP_THIS |