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

remove unused macros.

This commit is contained in:
winlin 2016-12-09 15:58:59 +08:00
parent 2955b1fd2d
commit 439c67018d
4 changed files with 1 additions and 23 deletions

View file

@ -284,7 +284,6 @@ void show_macro_features()
ss << "enabled:off";
#endif
ss << ", default:" << SRS_PERF_MR_ENABLED << ", sleep:" << SRS_PERF_MR_SLEEP << "ms";
ss << ", @see " << RTMP_SIG_SRS_ISSUES(241);
srs_trace(ss.str().c_str());
}