diff options
Diffstat (limited to 'libjava/testsuite/libjava.jni/iface.h')
-rw-r--r-- | libjava/testsuite/libjava.jni/iface.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libjava/testsuite/libjava.jni/iface.h b/libjava/testsuite/libjava.jni/iface.h deleted file mode 100644 index 58680dd..0000000 --- a/libjava/testsuite/libjava.jni/iface.h +++ /dev/null @@ -1,19 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ - -#include <jni.h> - -#ifndef __iface__ -#define __iface__ - -#ifdef __cplusplus -extern "C" -{ -#endif - -JNIEXPORT void JNICALL Java_iface_doCalls (JNIEnv *env, jobject, jobject); - -#ifdef __cplusplus -} -#endif - -#endif /* __iface__ */ |