diff options
author | Tom Tromey <tom@tromey.com> | 2022-01-02 13:08:45 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2022-03-29 12:46:25 -0600 |
commit | 7e9e74b6a8ac919227fc4432e01745217665762b (patch) | |
tree | 506c6fb2540ba78b522164a4ea81a80616b815a7 /gdb/utils.c | |
parent | bed009b9d8601de825ac848c543ee9853628940d (diff) | |
download | binutils-7e9e74b6a8ac919227fc4432e01745217665762b.zip binutils-7e9e74b6a8ac919227fc4432e01745217665762b.tar.gz binutils-7e9e74b6a8ac919227fc4432e01745217665762b.tar.bz2 |
Remove ui_out_flag::unfiltered_output
There is no longer any need for ui_out_flag::unfiltered_output --
nothing ever sets this flag. This used to be needed to make the
_unfiltered output work, but now only printf_unfiltered can be used,
and it uses the puts_unfiltered method. This patch removes the flag
and the dead code.
Diffstat (limited to 'gdb/utils.c')
0 files changed, 0 insertions, 0 deletions