]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
remove variables that are no longer used (--enable-dev-mode is good, developers shoul...
authorKevin P. Fleming <kpfleming@digium.com>
Thu, 22 Mar 2007 23:34:22 +0000 (23:34 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Thu, 22 Mar 2007 23:34:22 +0000 (23:34 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@59180 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_misdn.c

index 82fada1e971f71b22e8de20b4090336577b4bd9a..e2bd6c275793cf2928c6ec4a469b164190f434ed 100644 (file)
@@ -302,9 +302,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 | */