mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
remove unused List
This commit is contained in:
parent
329204631d
commit
e4f490c163
1 changed files with 0 additions and 1 deletions
|
@ -8413,7 +8413,6 @@ pthread_handler_t ndb_util_thread_func(void *arg __attribute__((unused)))
|
|||
{
|
||||
THD *thd; /* needs to be first for thread_stack */
|
||||
struct timespec abstime;
|
||||
List<NDB_SHARE> util_open_tables;
|
||||
Thd_ndb *thd_ndb;
|
||||
uint share_list_size= 0;
|
||||
NDB_SHARE **share_list= NULL;
|
||||
|
|
Loading…
Reference in a new issue