GC get_active_ext_lang

get_active_ext_lang is not used anywhere.  Delete it.

Approved-By: Tom Tromey <tom@tromey.com>
Change-Id: I4c2b6d0d11291103c098e4db1d6ea449875c96b7
This commit is contained in:
Pedro Alves 2023-02-10 19:23:01 +00:00
parent 0ace6ace1b
commit 90ae0fe902
2 changed files with 0 additions and 10 deletions

View file

@ -303,8 +303,6 @@ struct active_ext_lang_state
struct signal_handler sigint_handler;
};
extern const struct extension_language_defn *get_active_ext_lang (void);
extern struct active_ext_lang_state *set_active_ext_lang
(const struct extension_language_defn *);

View file

@ -647,14 +647,6 @@ static int quit_flag;
static const struct extension_language_defn *active_ext_lang
= &extension_language_gdb;
/* Return the currently active extension language. */
const struct extension_language_defn *
get_active_ext_lang (void)
{
return active_ext_lang;
}
/* Install a SIGINT handler. */
static void