diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-08 16:14:05 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-08 16:14:05 (GMT) |
commit | e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53 (patch) | |
tree | a06b4d91037a48e6c52fcc99756239629ef95394 /java/src/hdf/hdf5lib | |
parent | 4643860aa940fb52da251f7023ec2e48d7d10f34 (diff) | |
download | hdf5-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 'java/src/hdf/hdf5lib')
-rw-r--r-- | java/src/hdf/hdf5lib/HDF5Constants.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/java/src/hdf/hdf5lib/HDF5Constants.java b/java/src/hdf/hdf5lib/HDF5Constants.java index b530f4b..0760e7f 100644 --- a/java/src/hdf/hdf5lib/HDF5Constants.java +++ b/java/src/hdf/hdf5lib/HDF5Constants.java @@ -315,7 +315,6 @@ public class HDF5Constants { public static final int H5I_GROUP = H5I_GROUP(); public static final int H5I_INVALID_HID = H5I_INVALID_HID(); public static final int H5I_NTYPES = H5I_NTYPES(); - public static final int H5I_REFERENCE = H5I_REFERENCE(); public static final int H5I_UNINIT = H5I_UNINIT(); public static final int H5I_VFL = H5I_VFL(); public static final int H5I_VOL = H5I_VOL(); @@ -1222,8 +1221,6 @@ public class HDF5Constants { private static native final int H5I_NTYPES(); - private static native final int H5I_REFERENCE(); - private static native final int H5I_UNINIT(); private static native final int H5I_VFL(); |