1
0
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:
hf@deer.(none)
2004-01-19 21:05:26 +04:00
parent 1f8eb40310
commit c29e27dabc

View File

@ -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;