1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-12 01:53:02 +03:00

Remove unused variable

This commit is contained in:
unknown
2006-04-11 12:15:57 +02:00
parent 79a2debe46
commit ea28e412ec
2 changed files with 0 additions and 2 deletions

View File

@ -337,7 +337,6 @@ bool mysql_ha_read(THD *thd, TABLE_LIST *tables,
ha_rows select_limit_cnt, ha_rows offset_limit_cnt)
{
TABLE_LIST *hash_tables;
TABLE **table_ptr;
TABLE *table;
MYSQL_LOCK *lock;
List<Item> list;