jcf-dump.c (main): Updated call to find_class.
authorTom Tromey <tromey@redhat.com>
Sat, 13 Jan 2007 04:21:51 +0000 (04:21 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sat, 13 Jan 2007 04:21:51 +0000 (04:21 +0000)
commit6ef795d2e127b3245150c52931d16a07cae68deb
treed08ac509ff5c9b7c584fc0bdcd676a230d922653
parent86b5186f2fa3d33c7758e6894c13b28588fff89c
jcf-dump.c (main): Updated call to find_class.

* jcf-dump.c (main): Updated call to find_class.
* lang.c (java_init): Removed dead code.
* jcf-parse.c (read_class): Don't use java_source field.  Removed
dead code.
(parse_zip_file_entries): Don't use java_source field.
(process_zip_dir): Likewise.
(jcf_parse): Removed dead code.
(java_parse_file): Likewise.
(read_class): Updated call to find_class.
* jcf-io.c (find_class): Don't use java_source field.  Removed
'source_ok' argument, .java logic.
* jcf.h (JCF) <java_source>: Removed field.
(JCF_ZERO): Updated. (find_class): Updated.
* decl.c: Removed dead code.
* class.c: Removed dead code.

From-SVN: r120745
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/decl.c
gcc/java/expr.c
gcc/java/jcf-dump.c
gcc/java/jcf-io.c
gcc/java/jcf-parse.c
gcc/java/jcf.h
gcc/java/lang.c