* src/vm/global.h (jni_callblock): Removed.
[cacao.git] / src / vm / global.h
index 57156bd1e4200302ec567041ecba5246e07d42e5..27ed990e265fe7c3480b0c0f8df9f9bfd94f35d6 100644 (file)
@@ -33,7 +33,7 @@
             Joseph Wenninger
             Christian Thalinger
 
-   $Id: global.h 4551 2006-03-03 00:00:39Z twisti $
+   $Id: global.h 4552 2006-03-04 17:15:44Z twisti $
 
 */
 
@@ -200,16 +200,6 @@ typedef struct java_objectarray java_objectarray;
 #define ACC_MIRANDA         0x8000
 
 
-/* data structure for calls from c code to java methods */
-
-struct jni_callblock {
-       u8 itemtype;
-       u8 item;
-};
-
-typedef struct jni_callblock jni_callblock;
-
-
 /* data structures of the runtime system **************************************/
 
 /* java_objectheader ***********************************************************