diff --git a/src/mod/languages/mod_python/freeswitch_python.cpp b/src/mod/languages/mod_python/freeswitch_python.cpp index 44b0d8c0c5..d072d1b92d 100644 --- a/src/mod/languages/mod_python/freeswitch_python.cpp +++ b/src/mod/languages/mod_python/freeswitch_python.cpp @@ -121,7 +121,6 @@ switch_status_t PySession::run_dtmf_callback(void *input, switch_input_type_t it char *resultStr; char *funcargs; - switch_file_handle_t *fh = NULL; bool did_swap_in = false; switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "run_dtmf_callback\n");