* jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.

This commit is contained in:
Tom Tromey 2012-07-16 17:51:48 +00:00
parent e2e1fcde62
commit 5049c5be7e
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2012-07-16 Tom Tromey <tromey@redhat.com>
* jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
2012-07-15 Doug Evans <dje@google.com>
* dwarf2read.c (stmt_list_hash): New struct.

View File

@ -329,9 +329,6 @@ java_type_print_base (struct type *type, struct ui_file *stream, int show,
/* LEVEL is the depth to indent lines by. */
extern void c_type_print_varspec_suffix (struct type *, struct ui_file *,
int, int, int);
void
java_print_type (struct type *type, const char *varstring,
struct ui_file *stream, int show, int level)