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

Remove dead code

This commit is contained in:
winlin 2020-07-15 13:56:46 +08:00
parent 991672bf41
commit f33a62e3bd
3 changed files with 1 additions and 18 deletions

View file

@ -1409,14 +1409,6 @@ SrsRtcTrackDescription* SrsRtcStreamDescription::find_track_description_by_ssrc(
return NULL;
}
ISrsRtcTrack::ISrsRtcTrack()
{
}
ISrsRtcTrack::~ISrsRtcTrack()
{
}
SrsRtcRecvTrack::SrsRtcRecvTrack(SrsRtcConnection* session, SrsRtcTrackDescription* track_desc, bool is_audio)
{
session_ = session;