Remove two initialization functions
authorTom Tromey <tom@tromey.com>
Sun, 19 Jun 2022 20:59:32 +0000 (14:59 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 19 Aug 2022 14:23:20 +0000 (08:23 -0600)
commit37163dcf1a1b32115a49a51410e352366cc02fbc
tree1dc2314d4c10b1a77d90431786f45f01c7ab5a0a
parentd7c83303890edf9b59a93fb0ed4942f80b734af7
Remove two initialization functions

I noticed a couple of initialization functions that aren't really
needed, and that currently require explicit calls in gdb_init.  This
patch removes these functions, simplifying gdb a little.

Regression tested on x86-64 Fedora 34.
gdb/cli/cli-cmds.c
gdb/cli/cli-cmds.h
gdb/top.c