From: Tom Tromey Date: Mon, 16 Jul 2012 17:51:48 +0000 (+0000) Subject: * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare. X-Git-Tag: gdb_7_5-2012-07-18-branchpoint~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5049c5be7e592f5498c391c0273517944d67142d;p=external%2Fbinutils.git * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d0aa0b2..a63e67b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-07-16 Tom Tromey + + * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare. + 2012-07-15 Doug Evans * dwarf2read.c (stmt_list_hash): New struct. diff --git a/gdb/jv-typeprint.c b/gdb/jv-typeprint.c index cc3bb15..6d8ecdf 100644 --- a/gdb/jv-typeprint.c +++ b/gdb/jv-typeprint.c @@ -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)