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

@ -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;