mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Code cleanup
Superfluous line removed
This commit is contained in:
@ -1105,7 +1105,6 @@ void mysql_stmt_free(THD *thd, char *packet)
|
||||
if (!(stmt= find_prepared_statement(thd, stmt_id, "close")))
|
||||
DBUG_VOID_RETURN;
|
||||
|
||||
free_items(stmt->free_list);
|
||||
/* Statement map deletes statement on erase */
|
||||
thd->stmt_map.erase(stmt);
|
||||
DBUG_VOID_RETURN;
|
||||
|
Reference in New Issue
Block a user