summaryrefslogtreecommitdiff
path: root/include/thread_pool_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/thread_pool_priv.h')
-rw-r--r--include/thread_pool_priv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/thread_pool_priv.h b/include/thread_pool_priv.h
index f5fdbfbdf47..cd53306e851 100644
--- a/include/thread_pool_priv.h
+++ b/include/thread_pool_priv.h
@@ -61,9 +61,6 @@ void thd_set_mysys_var(THD *thd, st_my_thread_var *mysys_var);
my_socket thd_get_fd(THD *thd);
int thd_store_globals(THD* thd);
-THD *first_global_thread();
-THD *next_global_thread(THD *thd);
-
/* Print to the MySQL error log */
void sql_print_error(const char *format, ...);