From 3f1a474f72ab0f6c5181f73fbbb830047cf10b99 Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 9 Jul 2008 23:46:50 +0000 Subject: [PATCH] remove unused var git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8973 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/languages/mod_python/freeswitch_python.cpp | 1 - 1 file changed, 1 deletion(-) 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");