[svn-commits] kpfleming: trunk r59181 - in /trunk: ./
channels/chan_misdn.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu Mar 22 16:39:26 MST 2007
Author: kpfleming
Date: Thu Mar 22 18:39:26 2007
New Revision: 59181
URL: http://svn.digium.com/view/asterisk?view=rev&rev=59181
Log:
Merged revisions 59180 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r59180 | kpfleming | 2007-03-22 16:34:22 -0700 (Thu, 22 Mar 2007) | 2 lines
remove variables that are no longer used (--enable-dev-mode is good, developers should be using it)
........
Modified:
trunk/ (props changed)
trunk/channels/chan_misdn.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/channels/chan_misdn.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_misdn.c?view=diff&rev=59181&r1=59180&r2=59181
==============================================================================
--- trunk/channels/chan_misdn.c (original)
+++ trunk/channels/chan_misdn.c Thu Mar 22 18:39:26 2007
@@ -301,9 +301,6 @@
static const char misdn_type[] = "mISDN";
static int tracing = 0 ;
-
-static char **misdn_key_vector=NULL;
-static int misdn_key_vector_size=0;
/* Only alaw and mulaw is allowed for now */
static int prefformat = AST_FORMAT_ALAW ; /* AST_FORMAT_SLINEAR ; AST_FORMAT_ULAW | */
More information about the svn-commits
mailing list