aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-01-02 13:56:42 -0700
committerTom Tromey <tom@tromey.com>2022-03-29 12:46:25 -0600
commit179d59a3ee651b593e887367553515e64cdc5cde (patch)
treebc0c8517e60e748adebddf45a51d3b9f2553650e /gdb/utils.h
parent7e9e74b6a8ac919227fc4432e01745217665762b (diff)
downloadfsf-binutils-gdb-179d59a3ee651b593e887367553515e64cdc5cde.zip
fsf-binutils-gdb-179d59a3ee651b593e887367553515e64cdc5cde.tar.gz
fsf-binutils-gdb-179d59a3ee651b593e887367553515e64cdc5cde.tar.bz2
Remove vfprintf_styled
Nothing calls vfprintf_styled any more, so remove it.
Diffstat (limited to 'gdb/utils.h')
-rw-r--r--gdb/utils.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/utils.h b/gdb/utils.h
index 71a0349..3d05746 100644
--- a/gdb/utils.h
+++ b/gdb/utils.h
@@ -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. */