1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +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; return NULL;
} }
extern void _srs_coroutine_switch_in();
extern void _srs_coroutine_switch_out();
srs_error_t SrsHybridServer::setup_ticks() srs_error_t SrsHybridServer::setup_ticks()
{ {
srs_error_t err = srs_success; srs_error_t err = srs_success;