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 /src/H5Ipublic.h | |
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 'src/H5Ipublic.h')
-rw-r--r-- | src/H5Ipublic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h index 831874b..3ac2257 100644 --- a/src/H5Ipublic.h +++ b/src/H5Ipublic.h @@ -40,7 +40,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, /* type ID for Reference objects */ H5I_VFL, /* type ID for virtual file layer */ H5I_GENPROP_CLS, /* type ID for generic property list classes */ H5I_GENPROP_LST, /* type ID for generic property lists */ |