remove unused variable

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3819 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-12-24 02:00:45 +00:00
parent 21083c8cd4
commit d5753bf2ed
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ static void speak_function(switch_core_session_t *session, char *data)
char *engine = NULL;
char *voice = NULL;
char *text = NULL;
char *timer_name = NULL;
char *mydata = NULL;
switch_codec_t *codec;
switch_input_args_t args = {0};