Remove an unused variable

This commit is contained in:
Marko Mäkelä 2019-03-21 10:14:57 +02:00
parent 5a780f2ec8
commit 482710b20c

View file

@ -319,8 +319,7 @@ bool mysql_delete(THD *thd, TABLE_LIST *table_list, COND *conds,
DBUG_RETURN(true);
}
TABLE *table= table_list->table;
DBUG_ASSERT(table);
DBUG_ASSERT(table_list->table);
DBUG_ASSERT(!conds || thd->stmt_arena->is_stmt_execute());