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:
Tom Tromey 2005-12-22 17:33:05 +00:00 committed by Tom Tromey
parent 3bfdb124af
commit 228366cdd2
3 changed files with 6 additions and 6 deletions

View file

@ -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;