aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_dundi.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-15 20:11:56 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-15 20:11:56 +0000
commitc72e5e1b38c62e6aeb7a557aa336532926ade8b4 (patch)
treec9253c8ee4ae57da36128c3b0ffb81d108d97183 /pbx/pbx_dundi.c
parent8e9b1bb203501affda0b422a6e52d7cae3b24522 (diff)
remove the uses of the deprecated STANDARD_LOCAL_USER
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10241 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx/pbx_dundi.c')
-rw-r--r--pbx/pbx_dundi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index bce019a8e..1bafab2d6 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -2755,8 +2755,6 @@ static struct ast_cli_entry cli_precache =
static struct ast_cli_entry cli_queryeid =
{ { "dundi", "query", NULL }, dundi_do_query, "Query a DUNDi EID", query_usage };
-STANDARD_LOCAL_USER;
-
LOCAL_USER_DECL;
static struct dundi_transaction *create_transaction(struct dundi_peer *p)