Commit 75a94726 authored by unknown's avatar unknown

Code cleanup

Superfluous line removed


sql/sql_prepare.cc:
  Line is not needed
parent 25a2c073
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment