diff options
Diffstat (limited to 'sql/threadpool_unix.cc')
-rw-r--r-- | sql/threadpool_unix.cc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sql/threadpool_unix.cc b/sql/threadpool_unix.cc index 684b074f9f0..a43ae2162ae 100644 --- a/sql/threadpool_unix.cc +++ b/sql/threadpool_unix.cc @@ -1550,19 +1550,6 @@ bool tp_init() DBUG_RETURN(0); } - -/* Dummy functions, do nothing */ - -bool tp_init_new_connection_thread() -{ - return 0; -} - -bool tp_end_thread(THD *thd, bool cache_thread) -{ - return 0; -} - void tp_end() { DBUG_ENTER("tp_end"); |