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:
parent
3147c8f9bc
commit
f17fa69deb
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue