summaryrefslogtreecommitdiffstats
path: root/src/H5Ipublic.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-12-08 16:14:05 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-12-08 16:14:05 (GMT)
commite21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53 (patch)
treea06b4d91037a48e6c52fcc99756239629ef95394 /src/H5Ipublic.h
parent4643860aa940fb52da251f7023ec2e48d7d10f34 (diff)
downloadhdf5-e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53.zip
hdf5-e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53.tar.gz
hdf5-e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53.tar.bz2
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 'src/H5Ipublic.h')
-rw-r--r--src/H5Ipublic.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h
index f4b5cc9..56873ec 100644
--- a/src/H5Ipublic.h
+++ b/src/H5Ipublic.h
@@ -29,9 +29,6 @@
*
* When adding types here, add a section to the 'misc19' test in test/tmisc.c
* to verify that the H5I{inc|dec|get}_ref() routines work correctly with it.
- *
- * NOTE: H5I_REFERENCE is not used by the library and has been deprecated
- * with a tentative removal version of 1.12.0. (DER, July 2017)
*/
typedef enum H5I_type_t {
H5I_UNINIT = (-2), /* uninitialized type */
@@ -42,7 +39,6 @@ typedef enum H5I_type_t {
H5I_DATASPACE, /* type ID for Dataspace objects */
H5I_DATASET, /* type ID for Dataset objects */
H5I_ATTR, /* type ID for Attribute objects */
- H5I_REFERENCE, /* *DEPRECATED* type ID for Reference objects */
H5I_VFL, /* type ID for virtual file layer */
H5I_VOL, /* type ID for virtual object layer */
H5I_GENPROP_CLS, /* type ID for generic property list classes */