]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 d0aa0b269ccf4a0bbba18ab4b3c7a3412e8b2632..a63e67bd878bac00cfa3baf6f051ab8217ca9541 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 cc3bb158e3d1024d72824c563d11c26d2edbee82..6d8ecdf496e551b366a148f5fe214550f2f888d6 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)