diff options
Diffstat (limited to 'gdb/utils.h')
-rw-r--r-- | gdb/utils.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/utils.h b/gdb/utils.h index cd73af4..f2b23a9 100644 --- a/gdb/utils.h +++ b/gdb/utils.h @@ -289,14 +289,6 @@ extern void vfprintf_styled (struct ui_file *stream, va_list args) ATTRIBUTE_PRINTF (3, 0); -/* Like vfprintf_styled, but do not process gdb-specific format - specifiers. */ -extern void vfprintf_styled_no_gdbfmt (struct ui_file *stream, - const ui_file_style &style, - bool filter, - const char *fmt, va_list args) - ATTRIBUTE_PRINTF (4, 0); - /* Like fputs_filtered, but styles the output according to STYLE, when appropriate. */ |