diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2010-05-28 19:13:31 -0300 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2010-05-28 19:13:31 -0300 |
commit | 570c6cc87a6217b49b911b35a91d35c9961d7674 (patch) | |
tree | eef16fecac880a9779e086028ad9f933d3e53c6d /include/my_pthread.h | |
parent | b2fda7cfa867392a2c2d3d4644bb003021cb7b3a (diff) | |
download | mariadb-git-570c6cc87a6217b49b911b35a91d35c9961d7674.tar.gz |
Backport: Remove unused and ancient files, functions, and facilities.
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r-- | include/my_pthread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h index e41abba950e..ea37f6e6b92 100644 --- a/include/my_pthread.h +++ b/include/my_pthread.h @@ -712,7 +712,6 @@ extern my_bool my_thread_init(void); extern void my_thread_end(void); extern const char *my_thread_name(void); extern my_thread_id my_thread_dbug_id(void); -extern int pthread_no_free(void *); extern int pthread_dummy(int); /* All thread specific variables are in the following struct */ |