diff options
author | Tom Tromey <tom@tromey.com> | 2022-02-11 18:14:17 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2022-10-10 10:43:34 -0600 |
commit | 3a3bb6eb36a29e3201bfc4cc53e341f4f98e6cf1 (patch) | |
tree | 22ec337890716a5e76f998328a2b6cafedb833a8 /gdb/c-lang.h | |
parent | c1c7fe59f67f5f4e3ca6f6fea1de46b983be8995 (diff) | |
download | binutils-3a3bb6eb36a29e3201bfc4cc53e341f4f98e6cf1.zip binutils-3a3bb6eb36a29e3201bfc4cc53e341f4f98e6cf1.tar.gz binutils-3a3bb6eb36a29e3201bfc4cc53e341f4f98e6cf1.tar.bz2 |
Remove c_printstr
This renames c_printstr, removing a layer of indirection.
Diffstat (limited to 'gdb/c-lang.h')
-rw-r--r-- | gdb/c-lang.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/c-lang.h b/gdb/c-lang.h index b26996c..9351567 100644 --- a/gdb/c-lang.h +++ b/gdb/c-lang.h @@ -93,14 +93,6 @@ extern void c_value_print (struct value *, struct ui_file *, extern void c_printchar (int, struct type *, struct ui_file *); -extern void c_printstr (struct ui_file * stream, - struct type *elttype, - const gdb_byte *string, - unsigned int length, - const char *user_encoding, - int force_ellipses, - const struct value_print_options *options); - extern void c_language_arch_info (struct gdbarch *gdbarch, struct language_arch_info *lai); |