* jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
authorTom Tromey <tromey@redhat.com>
Mon, 16 Jul 2012 17:51:48 +0000 (17:51 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 16 Jul 2012 17:51:48 +0000 (17:51 +0000)
gdb/ChangeLog
gdb/jv-typeprint.c

index d0aa0b2..a63e67b 100644 (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.
index cc3bb15..6d8ecdf 100644 (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)