summaryrefslogtreecommitdiff
path: root/mysys/my_thr_init.c
diff options
context:
space:
mode:
authorMagne Mahre <magne.mahre@oracle.com>2011-03-01 14:36:47 +0100
committerMagne Mahre <magne.mahre@oracle.com>2011-03-01 14:36:47 +0100
commita4481d32220ad283c50e9a95e56b9bafe13b592c (patch)
tree5cb7170f546a09c4e3f62809bd756cdd58255145 /mysys/my_thr_init.c
parent14263b222a9ab2f0769dcc5c6f2b0825dc7163b1 (diff)
downloadmariadb-git-a4481d32220ad283c50e9a95e56b9bafe13b592c.tar.gz
Post-push cleanup, for Bug#11763065 et al.
Diffstat (limited to 'mysys/my_thr_init.c')
-rw-r--r--mysys/my_thr_init.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mysys/my_thr_init.c b/mysys/my_thr_init.c
index 1482ff28975..28f6412ed5b 100644
--- a/mysys/my_thr_init.c
+++ b/mysys/my_thr_init.c
@@ -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;
}