* stacktrace.cc: Delete unused _Jv_FindCallingClassState.
From-SVN: r96891
This commit is contained in:
parent
4148df124f
commit
b360e19350
@ -1,5 +1,7 @@
|
||||
2005-03-22 Mike Stump <mrs@apple.com>
|
||||
|
||||
* stacktrace.cc: Delete unused _Jv_FindCallingClassState.
|
||||
|
||||
* include/posix.h: .dylib is used on all Apple MACH platforms.
|
||||
* java/lang/ieeefp.h: ppc64 is also __IEEE_BIG_ENDIAN.
|
||||
|
||||
|
@ -35,11 +35,6 @@ using namespace java::lang::reflect;
|
||||
using namespace java::util;
|
||||
using namespace gnu::gcj::runtime;
|
||||
|
||||
struct _Jv_FindCallingClassState: _Jv_UnwindState
|
||||
{
|
||||
jclass result;
|
||||
};
|
||||
|
||||
// Maps ncode values to their containing native class.
|
||||
// NOTE: Currently this Map contradicts class GC for native classes. This map
|
||||
// (and the "new class stack") will need to use WeakReferences in order to
|
||||
|
Loading…
Reference in New Issue
Block a user