summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/thread_pool_priv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/thread_pool_priv.h b/include/thread_pool_priv.h
index afa2848ae88..79cfb6b4040 100644
--- a/include/thread_pool_priv.h
+++ b/include/thread_pool_priv.h
@@ -98,8 +98,6 @@ void mysql_audit_release(THD *thd);
bool thd_is_connection_alive(THD *thd);
/* Close connection with possible error code */
void close_connection(THD *thd, uint errcode);
-/* End the connection before closing it */
-void end_connection(THD *thd);
/* Decrement connection counter */
void dec_connection_count();
/* Destroy THD object */