unused variable.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6146 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-11-02 18:02:09 +00:00
parent 84157b52b7
commit 5970e15145
1 changed files with 0 additions and 2 deletions

View File

@ -533,10 +533,8 @@ static switch_bool_t inband_dtmf_generate_callback(switch_media_bug_t *bug, void
{
switch_inband_dtmf_generate_t *pvt = (switch_inband_dtmf_generate_t *) user_data;
switch_frame_t *frame;
switch_channel_t *channel = switch_core_session_get_channel(pvt->session);
switch_codec_t *read_codec;
assert(channel != NULL);
read_codec = switch_core_session_get_read_codec(pvt->session);
switch (type) {