Skip to content

Commit

Permalink
[core] Remove declaration srt_logger_config again
Browse files Browse the repository at this point in the history
udt.h is included by app.cpp, which has the declaration of
srt_logger_config.
  • Loading branch information
quink-black authored and maxsharabayko committed Apr 11, 2022
1 parent 4c08c3d commit 1dacc2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion srtcore/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ modified by
using namespace std;
using namespace srt_logging;
using namespace srt::sync;
extern LogConfig srt_logger_config;

void srt::CUDTSocket::construct()
{
Expand Down

0 comments on commit 1dacc2a

Please sign in to comment.