Remove ui_out_flag::unfiltered_output
authorTom Tromey <tom@tromey.com>
Sun, 2 Jan 2022 20:08:45 +0000 (13:08 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 29 Mar 2022 18:46:25 +0000 (12:46 -0600)
commit7e9e74b6a8ac919227fc4432e01745217665762b
tree506c6fb2540ba78b522164a4ea81a80616b815a7
parentbed009b9d8601de825ac848c543ee9853628940d
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.
gdb/cli-out.c
gdb/ui-out.h