diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-17 23:35:59 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-17 23:35:59 (GMT) |
commit | bacabb3534e146d8969a34f6434e3463969688ff (patch) | |
tree | b21d1d37dee84f36efbbc8f6376bd3571bce13ac /test | |
parent | d8656bdbb22d231d69fd209e5503bca183a87b83 (diff) | |
parent | e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53 (diff) | |
download | hdf5-bacabb3534e146d8969a34f6434e3463969688ff.zip hdf5-bacabb3534e146d8969a34f6434e3463969688ff.tar.gz hdf5-bacabb3534e146d8969a34f6434e3463969688ff.tar.bz2 |
Merge pull request #1364 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5i_reference_removal to develop
* commit 'e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53':
Removed H5I_REFERENCE from the library. It has always been unused and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
Diffstat (limited to 'test')
-rw-r--r-- | test/links.c | 2 | ||||
-rw-r--r-- | test/tfile.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/test/links.c b/test/links.c index e0dc39e..b10d0ad 100644 --- a/test/links.c +++ b/test/links.c @@ -7743,7 +7743,6 @@ done: case H5I_FILE: case H5I_DATASPACE: case H5I_ATTR: - case H5I_REFERENCE: case H5I_VFL: case H5I_VOL: case H5I_GENPROP_CLS: @@ -7832,7 +7831,6 @@ done: case H5I_FILE: case H5I_DATASPACE: case H5I_ATTR: - case H5I_REFERENCE: case H5I_VFL: case H5I_VOL: case H5I_GENPROP_CLS: diff --git a/test/tfile.c b/test/tfile.c index e342da0..8a8b889 100644 --- a/test/tfile.c +++ b/test/tfile.c @@ -1430,7 +1430,6 @@ test_obj_count_and_id(hid_t fid1, hid_t fid2, hid_t did, hid_t gid1, case H5I_DATATYPE: case H5I_DATASPACE: case H5I_ATTR: - case H5I_REFERENCE: case H5I_VFL: case H5I_VOL: case H5I_GENPROP_CLS: |