summaryrefslogtreecommitdiff
path: root/include/java_lang_VMFloat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/java_lang_VMFloat.h')
-rw-r--r--include/java_lang_VMFloat.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/java_lang_VMFloat.h b/include/java_lang_VMFloat.h
deleted file mode 100644
index 79016bebd..000000000
--- a/include/java_lang_VMFloat.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* DO NOT EDIT THIS FILE - it is machine generated */
-
-#include <jni.h>
-
-#ifndef __java_lang_VMFloat__
-#define __java_lang_VMFloat__
-
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
-JNIEXPORT jint JNICALL Java_java_lang_VMFloat_floatToRawIntBits (JNIEnv *env, jclass, jfloat);
-JNIEXPORT jfloat JNICALL Java_java_lang_VMFloat_intBitsToFloat (JNIEnv *env, jclass, jint);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* __java_lang_VMFloat__ */