mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +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) {
|
for (it = packets.packets.begin(); it != packets.packets.end(); ++it) {
|
||||||
SrsRtpPacket2* packet = *it;
|
SrsRtpPacket2* packet = *it;
|
||||||
|
|
||||||
int nn_packet = packet->nb_bytes();
|
|
||||||
|
|
||||||
// Fetch a cached message from queue.
|
// Fetch a cached message from queue.
|
||||||
// TODO: FIXME: Maybe encrypt in async, so the state of mhdr maybe not ready.
|
// TODO: FIXME: Maybe encrypt in async, so the state of mhdr maybe not ready.
|
||||||
mmsghdr* mhdr = NULL;
|
mmsghdr* mhdr = NULL;
|
||||||
|
|
Loading…
Reference in a new issue