diff options
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. */ |