diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-20 18:02:25 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-20 18:02:25 +0000 |
commit | 9d8bd0b5d3b22841f073d6d3a7f100649ea3113a (patch) | |
tree | 1608afa67a8966c259c4bdc8e4ef685e593ba11c /gcc/java/parse.h | |
parent | 2f933b60e07833ed742a3a1fdff19a970c48d839 (diff) | |
download | gcc-9d8bd0b5d3b22841f073d6d3a7f100649ea3113a.tar.gz |
2001-11-18 Roger Sayle <roger@eyesopen.com>
* parse.h (java_expand_switch): Remove old prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47221 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/parse.h')
-rw-r--r-- | gcc/java/parse.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/java/parse.h b/gcc/java/parse.h index b9f4b0f8921..ccb18ccada9 100644 --- a/gcc/java/parse.h +++ b/gcc/java/parse.h @@ -924,7 +924,6 @@ void java_fix_constructors PARAMS ((void)); void java_layout_classes PARAMS ((void)); void java_reorder_fields PARAMS ((void)); tree java_method_add_stmt PARAMS ((tree, tree)); -void java_expand_switch PARAMS ((tree)); int java_report_errors PARAMS ((void)); extern tree do_resolve_class PARAMS ((tree, tree, tree, tree)); #endif |