Remove logging context (isc_log_t) from the public namespace
Now that the logging uses single global context, remove the isc_log_t from the public namespace.
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
#include <tests/isc.h>
|
||||
|
||||
isc_mem_t *mctx = NULL;
|
||||
isc_log_t *lctx = NULL;
|
||||
isc_loop_t *mainloop = NULL;
|
||||
isc_loopmgr_t *loopmgr = NULL;
|
||||
isc_nm_t *netmgr = NULL;
|
||||
|
||||
Reference in New Issue
Block a user