summaryrefslogtreecommitdiff
path: root/innobase/include/ha0ha.ic
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/include/ha0ha.ic')
-rw-r--r--innobase/include/ha0ha.ic4
1 files changed, 0 insertions, 4 deletions
diff --git a/innobase/include/ha0ha.ic b/innobase/include/ha0ha.ic
index 22da7107659..77064cdf9da 100644
--- a/innobase/include/ha0ha.ic
+++ b/innobase/include/ha0ha.ic
@@ -51,8 +51,6 @@ ha_chain_get_next(
/* out: next node, NULL if none */
ha_node_t* node) /* in: hash chain node */
{
- ut_ad(table);
-
return(node->next);
}
@@ -144,8 +142,6 @@ ha_next(
fold = node->fold;
- ut_ad(!table->mutexes || mutex_own(hash_get_mutex(table, fold)));
-
node = ha_chain_get_next(node);
while (node) {