diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-17 23:35:59 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-17 23:35:59 (GMT) |
commit | bacabb3534e146d8969a34f6434e3463969688ff (patch) | |
tree | b21d1d37dee84f36efbbc8f6376bd3571bce13ac /java/src/hdf | |
parent | d8656bdbb22d231d69fd209e5503bca183a87b83 (diff) | |
parent | e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53 (diff) | |
download | hdf5-bacabb3534e146d8969a34f6434e3463969688ff.zip hdf5-bacabb3534e146d8969a34f6434e3463969688ff.tar.gz hdf5-bacabb3534e146d8969a34f6434e3463969688ff.tar.bz2 |
Merge pull request #1364 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5i_reference_removal to develop
* commit 'e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53':
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')
-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(); |