summaryrefslogtreecommitdiff
path: root/mysys/my_winthread.c
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2012-03-13 13:29:44 +0100
committerSergei Golubchik <sergii@pisem.net>2012-03-13 13:29:44 +0100
commit262a2ab59d5bf3974efc3758555919576b9bb2bf (patch)
treedd6140282d19660216ed2ef3f38e3bcd615166ef /mysys/my_winthread.c
parentd32b537edf30a845f74327523844dd6fe551ac8e (diff)
downloadmariadb-git-262a2ab59d5bf3974efc3758555919576b9bb2bf.tar.gz
monty's cleanup of my_thr_init.c
and collateral changes
Diffstat (limited to 'mysys/my_winthread.c')
-rw-r--r--mysys/my_winthread.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysys/my_winthread.c b/mysys/my_winthread.c
index d9f5149e6c9..b77581fae78 100644
--- a/mysys/my_winthread.c
+++ b/mysys/my_winthread.c
@@ -24,8 +24,6 @@
#include <process.h>
#include <signal.h>
-static void install_sigabrt_handler(void);
-
struct thread_start_parameter
{
pthread_handler func;