diff options
Diffstat (limited to 'gdb/utils.c')
-rw-r--r-- | gdb/utils.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/utils.c b/gdb/utils.c index bc0cdd0..8d3a89c 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -1837,17 +1837,6 @@ fprintf_styled (struct ui_file *stream, const ui_file_style &style, stream->emit_style_escape (ui_file_style ()); } -/* See utils.h. */ - -void -vfprintf_styled (struct ui_file *stream, const ui_file_style &style, - const char *format, va_list args) -{ - stream->emit_style_escape (style); - gdb_vprintf (stream, format, args); - stream->emit_style_escape (ui_file_style ()); -} - void gdb_printf (const char *format, ...) { |