summaryrefslogtreecommitdiffstats
path: root/c++/src/H5PropList.cpp
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 /c++/src/H5PropList.cpp
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 'c++/src/H5PropList.cpp')
-rw-r--r--c++/src/H5PropList.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/c++/src/H5PropList.cpp b/c++/src/H5PropList.cpp
index 99f722c..a01878c 100644
--- a/c++/src/H5PropList.cpp
+++ b/c++/src/H5PropList.cpp
@@ -149,7 +149,6 @@ PropList::PropList(const hid_t plist_id) : IdComponent()
case H5I_DATASPACE:
case H5I_DATASET:
case H5I_ATTR:
- case H5I_REFERENCE:
case H5I_VFL:
case H5I_VOL:
case H5I_ERROR_CLASS: