diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-01-24 03:23:14 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2012-01-24 03:23:14 +0100 |
commit | d50649ecf787d4adf80544e892a00a709db37f32 (patch) | |
tree | da2bb539c5abd8fb2103b0eb049f4c43e3b12218 /sql/threadpool_unix.cc | |
parent | b1422b8f1b2e93de2ec548c81df5609dd5996515 (diff) | |
download | mariadb-git-d50649ecf787d4adf80544e892a00a709db37f32.tar.gz |
small cleanups
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; |