diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-03-13 13:29:44 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-03-13 13:29:44 +0100 |
commit | 262a2ab59d5bf3974efc3758555919576b9bb2bf (patch) | |
tree | dd6140282d19660216ed2ef3f38e3bcd615166ef /mysys/my_winthread.c | |
parent | d32b537edf30a845f74327523844dd6fe551ac8e (diff) | |
download | mariadb-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.c | 2 |
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; |