MXS-2013 Remove skygw_chk_t

This commit is contained in:
Johan Wikman
2018-08-14 14:57:06 +03:00
parent bdb7481357
commit 8fd1648217
20 changed files with 0 additions and 231 deletions

View File

@ -395,10 +395,6 @@ cdc_protocol_init(DCB* dcb)
/* memory allocation here */
p->state = CDC_STATE_WAIT_FOR_AUTH;
#ifdef SS_DEBUG
p->protocol_chk_tail = p->protocol_chk_top = CHK_NUM_PROTOCOL;
#endif
CHK_PROTOCOL(p);
return p;