MXS-2013 Remove all CHK_-macros
This commit is contained in:
@ -514,7 +514,6 @@ void hashtable_get_stats(void* table,
|
||||
if (table != NULL)
|
||||
{
|
||||
ht = (HASHTABLE *)table;
|
||||
CHK_HASHTABLE(ht);
|
||||
hashtable_read_lock(ht);
|
||||
|
||||
for (i = 0; i < ht->hashsize; i++)
|
||||
|
Reference in New Issue
Block a user