aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-lang.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-02-11 18:10:00 -0700
committerTom Tromey <tom@tromey.com>2022-10-10 10:43:34 -0600
commitc1c7fe59f67f5f4e3ca6f6fea1de46b983be8995 (patch)
tree39375e75f3ddaf1cabccf0d61b20172cf02f2df2 /gdb/c-lang.h
parent3a64633804aca8b4c4852241c70936177664c18a (diff)
downloadgdb-c1c7fe59f67f5f4e3ca6f6fea1de46b983be8995.zip
gdb-c1c7fe59f67f5f4e3ca6f6fea1de46b983be8995.tar.gz
gdb-c1c7fe59f67f5f4e3ca6f6fea1de46b983be8995.tar.bz2
Remove c_emit_char
This renames c_emit_char, removing a layer of indirection.
Diffstat (limited to 'gdb/c-lang.h')
-rw-r--r--gdb/c-lang.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/c-lang.h b/gdb/c-lang.h
index 096eb02..b26996c 100644
--- a/gdb/c-lang.h
+++ b/gdb/c-lang.h
@@ -104,9 +104,6 @@ extern void c_printstr (struct ui_file * stream,
extern void c_language_arch_info (struct gdbarch *gdbarch,
struct language_arch_info *lai);
-extern void c_emit_char (int c, struct type *type,
- struct ui_file *stream, int quoter);
-
/* These are in c-typeprint.c: */
extern void c_type_print_base (struct type *, struct ui_file *,