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:
parent
991672bf41
commit
f33a62e3bd
3 changed files with 1 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue