Remove ui_out_destroy
authorSimon Marchi <simon.marchi@polymtl.ca>
Sun, 27 Nov 2016 03:05:06 +0000 (22:05 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sun, 27 Nov 2016 03:05:06 +0000 (22:05 -0500)
commite4975d6a9cd8aaf3fb14135b36850964def131d7
treea108986a4084f2444d27d53be08afc153c0faf1b
parent0abe66b59fda0689c32fe9d96b3690b4d49a3027
Remove ui_out_destroy

It's not actually used, and removing it simplifies the upcoming patches
a bit.  After the whole series, destroying an ui_out object will be
simply "delete uiout", which will call the default destructor.

gdb/ChangeLog:

* ui-out.c (ui_out_destroy, uo_data_destroy): Remove.
* ui-out.h (ui_out_destroy): Remove.
gdb/ChangeLog
gdb/ui-out.c
gdb/ui-out.h
This page took 0.027154 seconds and 4 git commands to generate.