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
|
@ -1866,7 +1866,7 @@ srs_error_t SrsRtcConnection::start_publish()
|
|||
srs_error_t err = srs_success;
|
||||
|
||||
if ((err = publisher_->start()) != srs_success) {
|
||||
return srs_error_wrap(err, "start SrsRtcPlayStream");
|
||||
return srs_error_wrap(err, "start");
|
||||
}
|
||||
|
||||
return err;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue