summaryrefslogtreecommitdiff
path: root/res/res_odbc.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-09-21 21:59:12 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-09-21 21:59:12 +0000
commit6ae874151842eef4da11c870c418dc4b2b6c9d4b (patch)
treef166bba69d92b06b74ab2323297f68cfcd7789fb /res/res_odbc.c
parentf1d824aabacb3dfbda8c406e0d4e22c279cf2638 (diff)
Lots more removal of deprecated things
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_odbc.c')
-rw-r--r--res/res_odbc.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/res/res_odbc.c b/res/res_odbc.c
index 7b7b2cc12..33836aa8d 100644
--- a/res/res_odbc.c
+++ b/res/res_odbc.c
@@ -341,15 +341,10 @@ static char show_usage[] =
" List settings of a particular ODBC class.\n"
" or, if not specified, all classes.\n";
-static struct ast_cli_entry cli_odbc_show_deprecated = {
- { "odbc", "show", NULL },
- odbc_show_command, NULL,
- NULL };
-
static struct ast_cli_entry cli_odbc[] = {
{ { "odbc", "list", NULL },
odbc_show_command, "List ODBC DSN(s)",
- show_usage, NULL, &cli_odbc_show_deprecated },
+ show_usage },
};
static int odbc_register_class(struct odbc_class *class, int connect)