Remove c_emit_char
This renames c_emit_char, removing a layer of indirection.
This commit is contained in:
parent
3a64633804
commit
c1c7fe59f6
3 changed files with 2 additions and 14 deletions
|
@ -635,15 +635,6 @@ language_defn::value_print_inner
|
|||
|
||||
/* See language.h. */
|
||||
|
||||
void
|
||||
language_defn::emitchar (int ch, struct type *chtype,
|
||||
struct ui_file * stream, int quoter) const
|
||||
{
|
||||
c_emit_char (ch, chtype, stream, quoter);
|
||||
}
|
||||
|
||||
/* See language.h. */
|
||||
|
||||
void
|
||||
language_defn::printstr (struct ui_file *stream, struct type *elttype,
|
||||
const gdb_byte *string, unsigned int length,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue