1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Remove unused code

This commit is contained in:
winlin 2020-05-06 15:13:18 +08:00
parent 38d6d5b077
commit 1b08fb6b6e
2 changed files with 0 additions and 13 deletions

View file

@ -44,9 +44,6 @@
#include <openssl/ssl.h>
#include <srtp2/srtp.h>
// For Alibaba Tenfold.
class SrsJanusServer;
class SrsUdpMuxSocket;
class SrsConsumer;
class SrsStunPacket;
@ -457,8 +454,6 @@ private:
private:
std::map<std::string, SrsRtcSession*> map_username_session; // key: username(local_ufrag + ":" + remote_ufrag)
std::map<std::string, SrsRtcSession*> map_id_session; // key: peerip(ip + ":" + port)
private:
SrsJanusServer* janus;
public:
SrsRtcServer();
virtual ~SrsRtcServer();