diff options
Diffstat (limited to 'sql/threadpool_unix.cc')
-rw-r--r-- | sql/threadpool_unix.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/threadpool_unix.cc b/sql/threadpool_unix.cc index d0a6b0d8a08..5dcc9d4420c 100644 --- a/sql/threadpool_unix.cc +++ b/sql/threadpool_unix.cc @@ -60,8 +60,6 @@ static PSI_thread_info thread_list[] = #define PSI_register(X) \ if(PSI_server) PSI_server->register_ ## X("threadpool", X ## _list, array_elements(X ## _list)) - -TP_STATISTICS tp_stats; struct thread_group_t; |