summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5util.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-06-25 22:08:27 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-06-25 22:08:35 (GMT)
commit4c1e89fba31abb357a05044c3f6a92450dfb753c (patch)
tree10ccc39967d96d1ba77c24cdb05e04ec80a47b0e /java/src/jni/h5util.h
parent71fac2880302855b969422511e3be086fa46f010 (diff)
downloadhdf5-4c1e89fba31abb357a05044c3f6a92450dfb753c.zip
hdf5-4c1e89fba31abb357a05044c3f6a92450dfb753c.tar.gz
hdf5-4c1e89fba31abb357a05044c3f6a92450dfb753c.tar.bz2
Fix attribute Read
Diffstat (limited to 'java/src/jni/h5util.h')
-rw-r--r--java/src/jni/h5util.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/java/src/jni/h5util.h b/java/src/jni/h5util.h
index 837f900..c6b41d2 100644
--- a/java/src/jni/h5util.h
+++ b/java/src/jni/h5util.h
@@ -48,24 +48,6 @@ extern int h5str_dump_region_points_data(h5str_t *str, hid_t region, hid_t r
/*
* Class: hdf_hdf5lib_H5
- * Method: H5AwriteVL
- * Signature: (JJ[Ljava/lang/String;)I
- */
-JNIEXPORT jint JNICALL
-Java_hdf_hdf5lib_H5_H5AwriteVL
- (JNIEnv *, jclass, jlong, jlong, jobjectArray);
-
-/*
- * Class: hdf_hdf5lib_H5
- * Method: H5AreadVL
- * Signature: (JJ[Ljava/lang/String;)I
- */
-JNIEXPORT jint JNICALL
-Java_hdf_hdf5lib_H5_H5AreadVL
- (JNIEnv *, jclass, jlong, jlong, jobjectArray);
-
-/*
- * Class: hdf_hdf5lib_H5
* Method: H5AreadComplex
* Signature: (JJ[Ljava/lang/String;)I
*/