aboutsummaryrefslogtreecommitdiff
path: root/gdb/typeprint.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-04-17 13:51:22 -0600
committerTom Tromey <tom@tromey.com>2018-06-01 10:19:55 -0600
commitbc8453a7bb617a5f14a465516f9f87c2ab6e05d5 (patch)
tree813981913ed2e53b90fae81456775124441eb1eb /gdb/typeprint.h
parent739e8682ff1cffc2809c91853efeef232d29e582 (diff)
downloadgdb-bc8453a7bb617a5f14a465516f9f87c2ab6e05d5.zip
gdb-bc8453a7bb617a5f14a465516f9f87c2ab6e05d5.tar.gz
gdb-bc8453a7bb617a5f14a465516f9f87c2ab6e05d5.tar.bz2
Make c_type_print_varspec_suffix static
I noticed that c_type_print_varspec_suffix is only called from c-typeprint.c, so this patch makes it "static". gdb/ChangeLog 2018-06-01 Tom Tromey <tom@tromey.com> * typeprint.h (c_type_print_varspec_suffix): Don't declare. * c-typeprint.c (c_type_print_varspec_suffix): Now static.
Diffstat (limited to 'gdb/typeprint.h')
-rw-r--r--gdb/typeprint.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/typeprint.h b/gdb/typeprint.h
index 895eebd..74006b3 100644
--- a/gdb/typeprint.h
+++ b/gdb/typeprint.h
@@ -120,9 +120,6 @@ private:
void print_type_scalar (struct type * type, LONGEST, struct ui_file *);
-void c_type_print_varspec_suffix (struct type *, struct ui_file *, int,
- int, int, const struct type_print_options *);
-
void c_type_print_args (struct type *, struct ui_file *, int, enum language,
const struct type_print_options *);