mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
CID:1210582: remove logically dead code
This commit is contained in:
parent
1550d548db
commit
3205546bcb
@ -6512,9 +6512,6 @@ SWITCH_DECLARE(switch_status_t) switch_rtcp_zerocopy_read_frame(switch_rtp_t *rt
|
||||
frame->reports[i].jitter = ntohl(report->jitter);
|
||||
frame->reports[i].lsr = ntohl(report->lsr);
|
||||
frame->reports[i].dlsr = ntohl(report->dlsr);
|
||||
if (i >= MAX_REPORT_BLOCKS) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
frame->report_count = (uint16_t)i;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user