aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-07-16 17:51:48 +0000
committerTom Tromey <tromey@redhat.com>2012-07-16 17:51:48 +0000
commit5049c5be7e592f5498c391c0273517944d67142d (patch)
tree8ca5b1dbcb0f8b9f5ec070d747d1a56db8e1fb26
parente2e1fcde622f2f6cedfd7fb6615aa6e136f21dec (diff)
downloadgdb-5049c5be7e592f5498c391c0273517944d67142d.zip
gdb-5049c5be7e592f5498c391c0273517944d67142d.tar.gz
gdb-5049c5be7e592f5498c391c0273517944d67142d.tar.bz2
* jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/jv-typeprint.c3
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 <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.
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)