aboutsummaryrefslogtreecommitdiffstats
path: root/src/native
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-07-24 11:50:34 +0200
committerSven Gothel <[email protected]>2011-07-24 11:50:34 +0200
commit2be84ffcc62e8be16b1bba17569a9b2d42269336 (patch)
treeaef478d9afe9443cfcf3c4c26e644c97be2cf63a /src/native
parent869c49c22573147c94b1e6d931c2cff696a54a47 (diff)
Android: Remove native (fake) detection
Diffstat (limited to 'src/native')
-rw-r--r--src/native/common/MachineDescriptionRuntime.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/native/common/MachineDescriptionRuntime.c b/src/native/common/MachineDescriptionRuntime.c
index 1d5286b..a8a69ee 100644
--- a/src/native/common/MachineDescriptionRuntime.c
+++ b/src/native/common/MachineDescriptionRuntime.c
@@ -13,15 +13,6 @@
#include <gluegen_stdint.h>
-JNIEXPORT jboolean JNICALL
-Java_jogamp_common_os_MachineDescriptionRuntime_isAndroidImpl(JNIEnv *env, jclass _unused) {
-#if defined(ANDROID)
- return JNI_TRUE;
-#else
- return JNI_FALSE;
-#endif
-}
-
JNIEXPORT jint JNICALL
Java_jogamp_common_os_MachineDescriptionRuntime_getPointerSizeInBytesImpl(JNIEnv *env, jclass _unused) {
return sizeof(void *);