[asterisk-commits] may: branch 11 r390229 - /branches/11/addons/chan_ooh323.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri May 31 05:34:21 CDT 2013


Author: may
Date: Fri May 31 05:34:20 2013
New Revision: 390229

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=390229
Log:
remove unnecessary declarations
(issue ASTERISK-21800)


Modified:
    branches/11/addons/chan_ooh323.c

Modified: branches/11/addons/chan_ooh323.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/addons/chan_ooh323.c?view=diff&rev=390229&r1=390228&r2=390229
==============================================================================
--- branches/11/addons/chan_ooh323.c (original)
+++ branches/11/addons/chan_ooh323.c Fri May 31 05:34:20 2013
@@ -2625,8 +2625,6 @@
 
 static int ooh323_do_reload(void)
 {
-	extern OOH323EndPoint gH323ep;
-
 	if (gH323Debug) {
 		ast_verb(0, "---   ooh323_do_reload\n");
 	}
@@ -3379,7 +3377,6 @@
 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:




More information about the asterisk-commits mailing list