diff options
author | msvensson@shellback. <> | 2006-04-11 12:15:57 +0200 |
---|---|---|
committer | msvensson@shellback. <> | 2006-04-11 12:15:57 +0200 |
commit | 1927e39d7b406bec6f70c1633e02182e06f94925 (patch) | |
tree | 8a0a1f5ccfe154bb9cddd63eb87d009f88f35e44 /sql/sql_handler.cc | |
parent | a68d2e3aa1c929291d198259027d839ebed40107 (diff) | |
download | mariadb-git-1927e39d7b406bec6f70c1633e02182e06f94925.tar.gz |
Remove unused variable
Diffstat (limited to 'sql/sql_handler.cc')
-rw-r--r-- | sql/sql_handler.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_handler.cc b/sql/sql_handler.cc index 9dfa20da522..18b63ba49a3 100644 --- a/sql/sql_handler.cc +++ b/sql/sql_handler.cc @@ -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; |