]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove unused var
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 4 Mar 2010 18:53:07 +0000 (18:53 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 4 Mar 2010 18:53:07 +0000 (18:53 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16901 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core_codec.c

index ddc399b3ddb4b7a5559d081bffc226b8479a6b44..8cd5f936bf3074ae0d59da66401a0029911116f5 100644 (file)
@@ -490,7 +490,6 @@ SWITCH_DECLARE(switch_status_t) switch_core_codec_init(switch_codec_t *codec, co
 {
        switch_codec_interface_t *codec_interface;
        const switch_codec_implementation_t *iptr, *implementation = NULL;
-       const char *mode = fmtp;
 
        switch_assert(codec != NULL);
        switch_assert(codec_name != NULL);