exception.cc: Remove stray MethodRef.h include.
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. From-SVN: r96288
This commit is contained in:
parent
694d73e165
commit
c0cbd60130
10 changed files with 14 additions and 604 deletions
|
@ -162,7 +162,6 @@ java::lang::Runtime::_load (jstring path, jboolean do_search)
|
|||
|
||||
if (do_search)
|
||||
{
|
||||
ClassLoader *sys = ClassLoader::systemClassLoader;
|
||||
ClassLoader *look = _Jv_StackTrace::GetFirstNonSystemClassLoader ();
|
||||
|
||||
if (look != NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue