aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-01-01 13:35:13 -0700
committerTom Tromey <tom@tromey.com>2022-03-29 12:46:24 -0600
commit0e37c0638c15f7ed9215029d9185498ce2741603 (patch)
treec7942993dd96dac29778bab96e00c74ac9f89823 /gdb/utils.h
parentc8d74a7b4b341f7498a3827555451924cabdd0f1 (diff)
downloadgdb-0e37c0638c15f7ed9215029d9185498ce2741603.zip
gdb-0e37c0638c15f7ed9215029d9185498ce2741603.tar.gz
gdb-0e37c0638c15f7ed9215029d9185498ce2741603.tar.bz2
Remove vfprintf_styled_no_gdbfmt
This removes vfprintf_styled_no_gdbfmt, inlining it at the sole point of call.
Diffstat (limited to 'gdb/utils.h')
-rw-r--r--gdb/utils.h8
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. */