1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Post-push cleanup, for Bug#11763065 et al.

This commit is contained in:
Magne Mahre
2011-03-01 14:36:47 +01:00
parent 14263b222a
commit a4481d3222
2 changed files with 5 additions and 14 deletions

View File

@ -231,11 +231,6 @@ my_bool my_thread_global_init(void)
install_sigabrt_handler();
#endif
// if (my_thread_init())
// {
// my_thread_global_end(); /* Clean up */
// return 1;
// }
return 0;
}