From 5049c5be7e592f5498c391c0273517944d67142d Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 16 Jul 2012 17:51:48 +0000 Subject: [PATCH] * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare. --- gdb/ChangeLog | 4 ++++ gdb/jv-typeprint.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) 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) -- 2.7.4