Improve logging support

This commit is contained in:
Mark Riddoch
2014-10-17 12:29:29 +01:00
parent e729a17fd4
commit 554a054e18
2 changed files with 11 additions and 9 deletions

View File

@ -166,7 +166,6 @@ typedef struct router_slave {
*router; /*< Pointer to the owning router */
struct router_slave *next;
SLAVE_STATS stats; /*< Slave statistics */
MEMLOG *clog;
#if defined(SS_DEBUG)
skygw_chk_t rses_chk_tail;
#endif