mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
GC: Eliminate unused code. v5.0.84
This commit is contained in:
parent
7d9dc69ae1
commit
ef0aefd546
8 changed files with 20 additions and 43 deletions
|
@ -1348,7 +1348,7 @@ srs_error_t SrsServerAdapter::run(SrsWaitGroup* wg)
|
|||
}
|
||||
#endif
|
||||
|
||||
SrsSweepGc* gc = dynamic_cast<SrsSweepGc*>(_srs_gc);
|
||||
SrsLazySweepGc* gc = dynamic_cast<SrsLazySweepGc*>(_srs_gc);
|
||||
if ((err = gc->start()) != srs_success) {
|
||||
return srs_error_wrap(err, "start gc");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue