Remove cli_out_new

cli_out_new is just a small wrapper around 'new'.  This patch removes
it, replacing it with uses of 'new' instead.
This commit is contained in:
Tom Tromey
2022-06-23 14:37:57 -06:00
parent efd3baf0dc
commit 66fd2c678e
5 changed files with 4 additions and 14 deletions

View File

@@ -386,14 +386,6 @@ cli_ui_out::~cli_ui_out ()
{
}
/* Initialize private members at startup. */
cli_ui_out *
cli_out_new (struct ui_file *stream)
{
return new cli_ui_out (stream, ui_source_list);
}
ui_file *
cli_ui_out::set_stream (struct ui_file *stream)
{