MXS-2013 Remove all CHK_-macros
This commit is contained in:
@ -51,8 +51,6 @@ void Backend::close(close_type type)
|
||||
|
||||
if (in_use())
|
||||
{
|
||||
CHK_DCB(m_dcb);
|
||||
|
||||
/** Clean operation counter in bref and in SERVER */
|
||||
if (is_waiting_result())
|
||||
{
|
||||
@ -85,8 +83,6 @@ bool Backend::execute_session_command()
|
||||
return false;
|
||||
}
|
||||
|
||||
CHK_DCB(m_dcb);
|
||||
|
||||
SSessionCommand& sescmd = m_session_commands.front();
|
||||
GWBUF *buffer = sescmd->deep_copy_buffer();
|
||||
bool rval = false;
|
||||
|
Reference in New Issue
Block a user