1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Remove garbage comment

This commit is contained in:
Sergey Petrunya
2011-10-13 00:15:51 +04:00
parent 88d8fccfca
commit 94bf62b65b

View File

@@ -9614,7 +9614,6 @@ void JOIN_TAB::cleanup()
table->pos_in_table_list->jtbm_subselect) table->pos_in_table_list->jtbm_subselect)
{ {
end_read_record(&read_record); end_read_record(&read_record);
//psergey-merge:
table->pos_in_table_list->jtbm_subselect->cleanup(); table->pos_in_table_list->jtbm_subselect->cleanup();
DBUG_VOID_RETURN; DBUG_VOID_RETURN;
} }