summaryrefslogtreecommitdiffstats
path: root/src/H5Ipublic.h
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 /src/H5Ipublic.h
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 'src/H5Ipublic.h')
-rw-r--r--src/H5Ipublic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h
index 8eb6e6f..7acca3a 100644
--- a/src/H5Ipublic.h
+++ b/src/H5Ipublic.h
@@ -49,7 +49,6 @@ typedef enum H5I_type_t {
H5I_ERROR_CLASS, /* type ID for error classes */
H5I_ERROR_MSG, /* type ID for error messages */
H5I_ERROR_STACK, /* type ID for error stacks */
- H5I_SPACE_SEL_ITER, /* type ID for dataspace selection iterator */
H5I_NTYPES /* number of library types, MUST BE LAST! */
} H5I_type_t;