* stacktrace.cc: Delete unused _Jv_FindCallingClassState.

From-SVN: r96891
This commit is contained in:
Mike Stump 2005-03-22 20:52:40 +00:00 committed by Mike Stump
parent 4148df124f
commit b360e19350
2 changed files with 2 additions and 5 deletions

View File

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

View File

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