summaryrefslogtreecommitdiffstats
path: root/test/tfile.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-08-27 04:44:25 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-08-27 04:44:25 (GMT)
commit038ee0a5af3c70ae3a4f904a6a0329651e69fbc2 (patch)
tree694f4d5793ef0046ab195c6849a6dc4999ae8686 /test/tfile.c
parent5f806090d78dfe3c778549a6d283698b211377d1 (diff)
downloadhdf5-038ee0a5af3c70ae3a4f904a6a0329651e69fbc2.zip
hdf5-038ee0a5af3c70ae3a4f904a6a0329651e69fbc2.tar.gz
hdf5-038ee0a5af3c70ae3a4f904a6a0329651e69fbc2.tar.bz2
Removes unused H5I_SPACE_SEL_ITER value from H5I_type_t
Diffstat (limited to 'test/tfile.c')
-rw-r--r--test/tfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/tfile.c b/test/tfile.c
index 7c4587c..b85b380 100644
--- a/test/tfile.c
+++ b/test/tfile.c
@@ -1445,7 +1445,6 @@ test_obj_count_and_id(hid_t fid1, hid_t fid2, hid_t did, hid_t gid1,
case H5I_ERROR_CLASS:
case H5I_ERROR_MSG:
case H5I_ERROR_STACK:
- case H5I_SPACE_SEL_ITER:
case H5I_NTYPES:
default:
ERROR("H5Fget_obj_ids");