diff options
author | Tom Tromey <tom@tromey.com> | 2022-01-01 15:25:53 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2022-03-29 12:46:24 -0600 |
commit | f4bf8795b382327001cf467b855e5dcd6f30fe5d (patch) | |
tree | 5c45496cfe227633afd8488223c6b3217be58830 /gdb/utils.h | |
parent | 3cd5229387926dbd2fe842328e7d923bbb41322c (diff) | |
download | gdb-f4bf8795b382327001cf467b855e5dcd6f30fe5d.zip gdb-f4bf8795b382327001cf467b855e5dcd6f30fe5d.tar.gz gdb-f4bf8795b382327001cf467b855e5dcd6f30fe5d.tar.bz2 |
Remove fputs_styled_unfiltered
fputs_styled_unfiltered is only called from cli_ui_out, so remove it.
This area will be further simplified in future patches.
Diffstat (limited to 'gdb/utils.h')
-rw-r--r-- | gdb/utils.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/utils.h b/gdb/utils.h index c9c4613..e721b45 100644 --- a/gdb/utils.h +++ b/gdb/utils.h @@ -296,12 +296,6 @@ extern void fputs_styled (const char *linebuffer, const ui_file_style &style, struct ui_file *stream); -/* Unfiltered variant of fputs_styled. */ - -extern void fputs_styled_unfiltered (const char *linebuffer, - const ui_file_style &style, - struct ui_file *stream); - /* Like fputs_styled, but uses highlight_style to highlight the parts of STR that match HIGHLIGHT. */ |