diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-11 04:30:20 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-11 04:30:20 +0000 |
commit | ef1ba9f3b02aaede549862dde9e8fed0ad42c0e4 (patch) | |
tree | 326f8dfb57ca2a9f8fd10534252c07396695e0c0 /libjava/exception.cc | |
parent | 48854785d83ba49184295281e927c400d776c5d9 (diff) | |
download | gcc-ef1ba9f3b02aaede549862dde9e8fed0ad42c0e4.tar.gz |
2005-03-10 Bryce McKinlay <mckinlay@redhat.com>
* exception.cc: Remove stray MethodRef.h include.
* java/lang/natClass.cc: Likewise.
* gnu/gcj/runtime/MethodRef.java: Removed.
* gnu/gcj/runtime/StackTrace.java, gnu/gcj/runtime/natNameFinder.cc,
gnu/gcj/runtime/natStackTrace.cc: Really removed.
* java/lang/natRuntime.cc (_load): Remove unsed variable.
* Makefile.am (ordinary_java_source_files): Remove MethodRef.java.
* Makefile.in: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96288 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/exception.cc')
-rw-r--r-- | libjava/exception.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libjava/exception.cc b/libjava/exception.cc index ef7292c3bf7..367df3618b9 100644 --- a/libjava/exception.cc +++ b/libjava/exception.cc @@ -15,7 +15,6 @@ details. */ #include <java/lang/Class.h> #include <java/lang/NullPointerException.h> -#include <gnu/gcj/runtime/MethodRef.h> #include <gnu/gcj/RawData.h> #include <gcj/cni.h> #include <jvm.h> |