Remove vfprintf_styled
Nothing calls vfprintf_styled any more, so remove it.
This commit is contained in:
parent
7e9e74b6a8
commit
179d59a3ee
2 changed files with 0 additions and 17 deletions
|
@ -271,12 +271,6 @@ extern void fprintf_styled (struct ui_file *stream,
|
|||
...)
|
||||
ATTRIBUTE_PRINTF (3, 4);
|
||||
|
||||
extern void vfprintf_styled (struct ui_file *stream,
|
||||
const ui_file_style &style,
|
||||
const char *fmt,
|
||||
va_list args)
|
||||
ATTRIBUTE_PRINTF (3, 0);
|
||||
|
||||
/* Like gdb_puts, but styles the output according to STYLE, when
|
||||
appropriate. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue