Remove cli_out_new
authorTom Tromey <tromey@adacore.com>
Thu, 23 Jun 2022 20:37:57 +0000 (14:37 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 18 Jul 2022 14:49:55 +0000 (08:49 -0600)
commit66fd2c678e4bbd5855f0f09870862143a518bc58
treeb8ae901c02e790aaf429dd12c28b090cebbc4f7f
parentefd3baf0dcb38d7ecc2c8b4d1553254d3c022b7a
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.
gdb/cli-out.c
gdb/cli-out.h
gdb/cli/cli-interp.c
gdb/mi/mi-interp.c
gdb/tui/tui-io.c