1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 20:01:56 +00:00

Remove dead code

This commit is contained in:
winlin 2021-02-15 12:43:41 +08:00
parent 3147c8f9bc
commit f17fa69deb

View file

@ -282,9 +282,6 @@ SrsServerAdapter* SrsHybridServer::srs()
return NULL;
}
extern void _srs_coroutine_switch_in();
extern void _srs_coroutine_switch_out();
srs_error_t SrsHybridServer::setup_ticks()
{
srs_error_t err = srs_success;