summaryrefslogtreecommitdiff
path: root/main/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/config.c')
-rw-r--r--main/config.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/main/config.c b/main/config.c
index b855dfab2..d145f5bbd 100644
--- a/main/config.c
+++ b/main/config.c
@@ -1235,15 +1235,10 @@ static char show_config_help[] =
"Usage: core list config mappings\n"
" Shows the filenames to config engines.\n";
-static struct ast_cli_entry cli_show_config_mappings_deprecated = {
- { "show", "config", "mappings", NULL },
- config_command, NULL,
- NULL };
-
static struct ast_cli_entry cli_config[] = {
{ { "core", "list", "config", "mappings", NULL },
config_command, "Display config mappings (file names to config engines)",
- show_config_help, NULL, &cli_show_config_mappings_deprecated },
+ show_config_help },
};
int register_config_cli()