From b436db98fe123f4b0c83df3532881b038f7d9a9d Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Wed, 10 Feb 2016 00:20:23 +0100 Subject: Fix compilation --- sql/threadpool_unix.cc | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'sql/threadpool_unix.cc') 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"); -- cgit v1.2.1