mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Remove an unused variable
This commit is contained in:
parent
5a780f2ec8
commit
482710b20c
1 changed files with 1 additions and 2 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue