From e4f490c163643d1c137f5fd73531d40efedcd0f2 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 3 Apr 2007 09:30:05 +0200 Subject: [PATCH] remove unused List --- sql/ha_ndbcluster.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/ha_ndbcluster.cc b/sql/ha_ndbcluster.cc index 6e857c5f06b..367187cbd9c 100644 --- a/sql/ha_ndbcluster.cc +++ b/sql/ha_ndbcluster.cc @@ -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 util_open_tables; Thd_ndb *thd_ndb; uint share_list_size= 0; NDB_SHARE **share_list= NULL;