remove unused variable

This commit is contained in:
Brian West 2013-11-26 17:15:14 +00:00
parent 83ccceb2b5
commit c56b73d0be
1 changed files with 0 additions and 1 deletions

View File

@ -603,7 +603,6 @@ SWITCH_DECLARE(payload_map_t *) switch_core_media_add_payload_map(switch_core_se
if (sdp_type == SDP_TYPE_REQUEST || !exists) {
int b4 = pmap->pt;
pmap->pt = (switch_payload_t) (local_pt ? local_pt : pt);
}