summaryrefslogtreecommitdiff
path: root/sql/mysqld.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/mysqld.h')
-rw-r--r--sql/mysqld.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/mysqld.h b/sql/mysqld.h
index e538cbd724e..a49778db012 100644
--- a/sql/mysqld.h
+++ b/sql/mysqld.h
@@ -766,7 +766,6 @@ inline void dec_thread_running()
}
extern void set_server_version(void);
-extern void dec_thread_count(void);
#if defined(MYSQL_DYNAMIC_PLUGIN) && defined(_WIN32)
extern "C" THD *_current_thd_noinline();