* stacktrace.cc: Delete unused _Jv_FindCallingClassState.
authorMike Stump <mrs@apple.com>
Tue, 22 Mar 2005 20:52:40 +0000 (20:52 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 22 Mar 2005 20:52:40 +0000 (20:52 +0000)
From-SVN: r96891

libjava/ChangeLog
libjava/stacktrace.cc

index 276cb725f2f7a636b1aecc6c698f691e8c466571..c3be587b67e0cfd781893f471a1baad3ba6b7b48 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 583b11a796c3075cc29f661e6db5d17e7d5c789e..f307e7ac750171390268ff50f6cc0d45c21bff43 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