diff options
Diffstat (limited to 'sql/scheduler.h')
-rw-r--r-- | sql/scheduler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/scheduler.h b/sql/scheduler.h index b067763d9b4..12d54f74c4e 100644 --- a/sql/scheduler.h +++ b/sql/scheduler.h @@ -34,7 +34,6 @@ struct scheduler_functions uint max_threads, *connection_count; ulong *max_connections; bool (*init)(void); - bool (*init_new_connection_thread)(void); void (*add_connection)(CONNECT *connect); void (*thd_wait_begin)(THD *thd, int wait_type); void (*thd_wait_end)(THD *thd); |