summaryrefslogtreecommitdiff
path: root/mysys/my_winthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'mysys/my_winthread.c')
-rw-r--r--mysys/my_winthread.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mysys/my_winthread.c b/mysys/my_winthread.c
index e94369bec32..543e1787fb6 100644
--- a/mysys/my_winthread.c
+++ b/mysys/my_winthread.c
@@ -129,12 +129,5 @@ void pthread_exit(void *a)
_endthread();
}
-/* This is neaded to get the macro pthread_setspecific to work */
-
-int win_pthread_setspecific(void *a,void *b,uint length)
-{
- memcpy(a,b,length);
- return 0;
-}
#endif