diff options
author | Mike Stump <mrs@apple.com> | 2005-03-22 20:52:40 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2005-03-22 20:52:40 +0000 |
commit | b360e193505ff0cd9ee72bdb8e232654e625731b (patch) | |
tree | d8ef0b44de6885f93bf41af52a305acfdc604dee /libjava/stacktrace.cc | |
parent | 4148df124f2a07b6c629d196a1ddfed38248d014 (diff) | |
download | gcc-b360e193505ff0cd9ee72bdb8e232654e625731b.zip gcc-b360e193505ff0cd9ee72bdb8e232654e625731b.tar.gz gcc-b360e193505ff0cd9ee72bdb8e232654e625731b.tar.bz2 |
* stacktrace.cc: Delete unused _Jv_FindCallingClassState.
From-SVN: r96891
Diffstat (limited to 'libjava/stacktrace.cc')
-rw-r--r-- | libjava/stacktrace.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libjava/stacktrace.cc b/libjava/stacktrace.cc index 583b11a..f307e7a 100644 --- a/libjava/stacktrace.cc +++ b/libjava/stacktrace.cc @@ -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 |