summaryrefslogtreecommitdiff
path: root/gdb/jv-typeprint.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-07-16 17:51:47 +0000
committerTom Tromey <tromey@redhat.com>2012-07-16 17:51:47 +0000
commit4c2f203820805a13812c6613108101b37de3783b (patch)
tree07ef9784d397b8b39ec69076492e650a746ece8d /gdb/jv-typeprint.c
parentda79849a1fdebe4acd5826ee80f266630a78a81a (diff)
downloadgdb-4c2f203820805a13812c6613108101b37de3783b.tar.gz
* jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
Diffstat (limited to 'gdb/jv-typeprint.c')
-rw-r--r--gdb/jv-typeprint.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/jv-typeprint.c b/gdb/jv-typeprint.c
index cc3bb158e3d..6d8ecdf496e 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)