OSDN Git Service

* stacktrace.cc: Delete unused _Jv_FindCallingClassState.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Mar 2005 20:52:40 +0000 (20:52 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Mar 2005 20:52:40 +0000 (20:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96891 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/stacktrace.cc

index 276cb72..c3be587 100644 (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.
 
index 583b11a..f307e7a 100644 (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