aboutsummaryrefslogtreecommitdiffstats
path: root/main/http.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 21:17:39 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 21:17:39 +0000
commit33d8fe4c3e3958f1be6b9587ce419f5b8eaae728 (patch)
treef363c53cb57dcc4f7096ee473679d70a1bf1dae7 /main/http.c
parenta8a88e0f99de4ad1809685f6df832d71fbb22cfa (diff)
Remove deprecated CLI apps from the core
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43449 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/http.c')
-rw-r--r--main/http.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/main/http.c b/main/http.c
index 9666539c7..a59d7a58b 100644
--- a/main/http.c
+++ b/main/http.c
@@ -684,15 +684,10 @@ static char show_http_help[] =
"Usage: http list status\n"
" Lists status of internal HTTP engine\n";
-static struct ast_cli_entry cli_http_show_status_deprecated = {
- { "http", "show", "status", NULL },
- handle_show_http, NULL,
- NULL };
-
static struct ast_cli_entry cli_http[] = {
{ { "http", "list", "status", NULL },
handle_show_http, "Display HTTP server status",
- show_http_help, NULL, &cli_http_show_status_deprecated },
+ show_http_help },
};
int ast_http_init(void)