Don't declare cli_set_logging
authorTom Tromey <tromey@adacore.com>
Thu, 23 Jun 2022 20:26:13 +0000 (14:26 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 23 Jun 2022 20:26:13 +0000 (14:26 -0600)
commitd75bdf170e6eadff038d4265de99b7103241f1ef
tree887c9fadd9953ffd9d29f71fd9788b43f6dbb2e0
parentc86acd3f180419c3d9825170492363fe2322fa8d
Don't declare cli_set_logging

cli_set_logging is declared but not defined.  It's probably a leftover
from whenever interpreters were changed to use inheritance.  This
patch removes the declaration.  Tested by grep and rebuilding.
gdb/cli/cli-interp.h