diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-07-01 03:53:56 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-07-01 03:53:56 (GMT) |
commit | 0d6930d3c2c66798033c3c5c47beb969082fea12 (patch) | |
tree | a84e229b84441ad2dffff0b4dbce546ad9c48de9 /test | |
parent | b6944aeb2abfdab1d0522e065e298945eefa2fe7 (diff) | |
download | hdf5-0d6930d3c2c66798033c3c5c47beb969082fea12.zip hdf5-0d6930d3c2c66798033c3c5c47beb969082fea12.tar.gz hdf5-0d6930d3c2c66798033c3c5c47beb969082fea12.tar.bz2 |
Purged the unused H5I_REFERENCE from the library.
Diffstat (limited to 'test')
-rw-r--r-- | test/links.c | 2 | ||||
-rw-r--r-- | test/tfile.c | 1 | ||||
-rw-r--r-- | test/tmisc.c | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/test/links.c b/test/links.c index 7b3e37d..2d9bb0d 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_GENPROP_CLS: case H5I_GENPROP_LST: @@ -7830,7 +7829,6 @@ done: case H5I_FILE: case H5I_DATASPACE: case H5I_ATTR: - case H5I_REFERENCE: case H5I_VFL: case H5I_GENPROP_CLS: case H5I_GENPROP_LST: diff --git a/test/tfile.c b/test/tfile.c index 533bb24..20b41e0 100644 --- a/test/tfile.c +++ b/test/tfile.c @@ -1393,7 +1393,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_GENPROP_CLS: case H5I_GENPROP_LST: diff --git a/test/tmisc.c b/test/tmisc.c index cc6a6aa..587a937 100644 --- a/test/tmisc.c +++ b/test/tmisc.c @@ -3445,8 +3445,6 @@ test_misc19(void) } H5E_END_TRY; VERIFY(ret, FAIL, "H5FDunregister"); -/* Check H5I operations on references */ - } /* end test_misc19() */ /**************************************************************** |