mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 20:01:56 +00:00
Remove unused code
This commit is contained in:
parent
3b7240b8e0
commit
89a247d9bc
1 changed files with 0 additions and 2 deletions
|
@ -782,8 +782,6 @@ srs_error_t SrsRtcSenderThread::send_packets(SrsUdpMuxSocket* skt, SrsRtcPackets
|
|||
for (it = packets.packets.begin(); it != packets.packets.end(); ++it) {
|
||||
SrsRtpPacket2* packet = *it;
|
||||
|
||||
int nn_packet = packet->nb_bytes();
|
||||
|
||||
// Fetch a cached message from queue.
|
||||
// TODO: FIXME: Maybe encrypt in async, so the state of mhdr maybe not ready.
|
||||
mmsghdr* mhdr = NULL;
|
||||
|
|
Loading…
Reference in a new issue