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