remove unused var

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8973 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-07-09 23:46:50 +00:00
parent 3bca9410f4
commit 3f1a474f72
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ switch_status_t PySession::run_dtmf_callback(void *input, switch_input_type_t it
char *resultStr; char *resultStr;
char *funcargs; char *funcargs;
switch_file_handle_t *fh = NULL;
bool did_swap_in = false; bool did_swap_in = false;
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "run_dtmf_callback\n"); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "run_dtmf_callback\n");