Signed-off-by: Tomek Grabiec <[email protected]>
---
vm/jni-interface.c | 21 +--------------------
1 files changed, 1 insertions(+), 20 deletions(-)
diff --git a/vm/jni-interface.c b/vm/jni-interface.c
index ce36470..405a90a 100644
--- a/vm/jni-interface.c
+++ b/vm/jni-interface.c
@@ -677,25 +677,6 @@ vm_jni_get_static_field_id(struct vm_jni_env *env, jclass
clazz,
return fb;
}
-static jfieldID
-vm_jni_get_static_double_field_id(struct vm_jni_env *env, jclass clazz,
- const char *name, const char *sig)
-{
- struct vm_field *fb;
- struct vm_class *class;
-
- enter_vm_from_jni();
-
- fb = vm_jni_common_get_field(clazz, name, sig);
- if (!fb)
- return;
-
- if (!vm_field_is_static(fb) || vm_field_type(fb) != J_DOUBLE)
- return NULL;
-
- return fb;
-}
-
/*
* The JNI native interface table.
* See: http://java.sun.com/j2se/1.4.2/docs/guide/jni/spec/functions.html
@@ -915,7 +896,7 @@ void *vm_jni_native_interface[] = {
NULL, /* GetStaticIntField */
NULL, /* GetStaticLongField */
NULL, /* GetStaticFloatField */
- vm_jni_get_static_double_field,
+ NULL, /* GetStaticDoubleField */
NULL, /* SetStaticObjectField */
/* 155 */
--
1.6.0.6
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel