1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refine code

This commit is contained in:
winlin 2017-03-26 18:30:33 +08:00
parent 032107dbf0
commit 8b7566a007
4 changed files with 2 additions and 362 deletions

View file

@ -30,9 +30,6 @@
ISrsLog* _srs_log = new SrsConsoleLog(SrsLogLevelTrace, false);
ISrsThreadContext* _srs_context = new SrsThreadContext();
/**
* main entrance.
*/
int main(int argc, char** argv)
{
return 0;