From 55b2eebe3929830bcc66e4a1234b5292791dc74e Mon Sep 17 00:00:00 2001 From: Alexandr Anikin Date: Fri, 31 May 2013 10:34:20 +0000 Subject: [PATCH] remove unnecessary declarations (issue ASTERISK-21800) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@390229 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- addons/chan_ooh323.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/addons/chan_ooh323.c b/addons/chan_ooh323.c index f881e2b9ed..70bc140aac 100644 --- a/addons/chan_ooh323.c +++ b/addons/chan_ooh323.c @@ -2625,8 +2625,6 @@ static struct ooh323_peer *build_peer(const char *name, struct ast_variable *v, static int ooh323_do_reload(void) { - extern OOH323EndPoint gH323ep; - if (gH323Debug) { ast_verb(0, "--- ooh323_do_reload\n"); } @@ -3379,7 +3377,6 @@ static int ooh323_show_channels(int fd, int argc, char *argv[]) static char *handle_cli_ooh323_show_gk(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a) { char value[FORMAT_STRING_SIZE]; - extern OOH323EndPoint gH323ep; switch (cmd) { case CLI_INIT: -- 2.47.2