natClassLoader.cc (_Jv_NewArrayClass): Don't reference NUM_OBJECT_METHODS.
* java/lang/natClassLoader.cc (_Jv_NewArrayClass): Don't reference NUM_OBJECT_METHODS. * include/jvm.h (NUM_OBJECT_METHODS): Removed. From-SVN: r108956
This commit is contained in:
parent
3bfdb124af
commit
228366cdd2
3 changed files with 6 additions and 6 deletions
|
@ -75,10 +75,6 @@ struct _Jv_VTable
|
|||
static _Jv_VTable *new_vtable (int count);
|
||||
};
|
||||
|
||||
// Number of virtual methods on object. FIXME: it sucks that we have
|
||||
// to keep this up to date by hand.
|
||||
#define NUM_OBJECT_METHODS 5
|
||||
|
||||
union _Jv_word
|
||||
{
|
||||
jobject o;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue