diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-10-22 15:02:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 15:02:28 (GMT) |
commit | b0bd984ed620aeca1047f1f45692890eacb924be (patch) | |
tree | 5a7444c509038c5f8e063ae512d8ffa5994e0a38 /test/enum.c | |
parent | 4600e10106c330d70a19ae6295f9d04ea7d4adb7 (diff) | |
download | hdf5-b0bd984ed620aeca1047f1f45692890eacb924be.zip hdf5-b0bd984ed620aeca1047f1f45692890eacb924be.tar.gz hdf5-b0bd984ed620aeca1047f1f45692890eacb924be.tar.bz2 |
Removes the "try free" behavior from the skip lists (#1126)
* Removes the "try free" behavior from the skip lists
This was only used in the ID code when iterating and a callback
could delete IDs. It is not used anywhere else in the library and
is now pointless overhead.
Also quiets the const warnings when returning stored elements. They
only need to be const with respect to the skip list code, which should
never modify them. The library can do whatever it wants with the elements
it stored.
* Formatted source
Diffstat (limited to 'test/enum.c')
0 files changed, 0 insertions, 0 deletions