Remove "do_nothing"
authorTom Tromey <tom@tromey.com>
Sun, 8 Oct 2017 22:19:48 +0000 (16:19 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 9 Oct 2017 23:39:29 +0000 (17:39 -0600)
commit0c478e2d060bebea341696806fed6f67122efab6
tree5424df43986f7a514e1b604dda0a3db587b4e514
parent478c006f9b4a64d59c31aed081c14c1d7dd4ba68
Remove "do_nothing"

The do_nothing function in mi-main.c is used as a splay tree
key-deleting function; but NULL serves the same purpose and is used
elsewhere in gdb.  This patch removes the unneeded function.

ChangeLog
2017-10-09  Tom Tromey  <tom@tromey.com>

* mi/mi-main.c (do_nothing): Remove.
(list_available_thread_groups): Update.
gdb/ChangeLog
gdb/mi/mi-main.c