diff options
author | Tom Tromey <tromey@redhat.com> | 2007-01-13 04:21:51 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2007-01-13 04:21:51 +0000 |
commit | 6ef795d2e127b3245150c52931d16a07cae68deb (patch) | |
tree | d08ac509ff5c9b7c584fc0bdcd676a230d922653 /gcc/java/expr.c | |
parent | 86b5186f2fa3d33c7758e6894c13b28588fff89c (diff) | |
download | gcc-6ef795d2e127b3245150c52931d16a07cae68deb.zip gcc-6ef795d2e127b3245150c52931d16a07cae68deb.tar.gz gcc-6ef795d2e127b3245150c52931d16a07cae68deb.tar.bz2 |
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
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r-- | gcc/java/expr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c index 662ef83..85d732c 100644 --- a/gcc/java/expr.c +++ b/gcc/java/expr.c @@ -74,10 +74,6 @@ static void expand_cond (enum tree_code, tree, int); static void expand_java_goto (int); static tree expand_java_switch (tree, int); static void expand_java_add_case (tree, int, int); -#if 0 -static void expand_java_call (int, int); -static void expand_java_ret (tree); -#endif static tree pop_arguments (tree); static void expand_invoke (int, int, int); static void expand_java_field_op (int, int, int); |