gdb: remove pre_init_ui_hook from top.c
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 12 Jan 2021 15:42:43 +0000 (10:42 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 12 Jan 2021 15:42:43 +0000 (10:42 -0500)
commitb2f2ae0d6ff07e935f6ab23132f1fed02640d204
tree14662f7d291b7e1f6b4ed58890766ec387ad8409
parent5291fe3cd14f2861fad43303a10550e71dc14182
gdb: remove pre_init_ui_hook from top.c

This hook appears to be unused.  I guess it was used from insight or
something like that at some point.  But I grepped in today's source of
insight [1] and there was no match.  So I think it's safe to remove.

gdb/ChangeLog:

* top.c (pre_init_ui_hook): Remove.

[1] https://sourceware.org/git/?p=insight.git

Change-Id: Ia14499a4b6b9d79bb9a526d635fe44a654ef2a27
gdb/ChangeLog
gdb/top.c