summaryrefslogtreecommitdiff
path: root/sql/threadpool_unix.cc
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2012-01-24 03:23:14 +0100
committerVladislav Vaintroub <wlad@montyprogram.com>2012-01-24 03:23:14 +0100
commitd50649ecf787d4adf80544e892a00a709db37f32 (patch)
treeda2bb539c5abd8fb2103b0eb049f4c43e3b12218 /sql/threadpool_unix.cc
parentb1422b8f1b2e93de2ec548c81df5609dd5996515 (diff)
downloadmariadb-git-d50649ecf787d4adf80544e892a00a709db37f32.tar.gz
small cleanups
Diffstat (limited to 'sql/threadpool_unix.cc')
-rw-r--r--sql/threadpool_unix.cc2
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;