1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Backport: Remove unused and ancient files, functions, and facilities.

This commit is contained in:
Davi Arnaut
2010-05-28 19:13:31 -03:00
parent b2fda7cfa8
commit 570c6cc87a
20 changed files with 10 additions and 1157 deletions

View File

@ -492,11 +492,6 @@ int my_pthread_mutex_trylock(pthread_mutex_t *mutex)
/* Some help functions */
int pthread_no_free(void *not_used __attribute__((unused)))
{
return 0;
}
int pthread_dummy(int ret)
{
return ret;