summaryrefslogtreecommitdiff
path: root/include/my_pthread.h
diff options
context:
space:
mode:
authorMarc Alff <marc.alff@sun.com>2009-12-11 12:45:44 -0700
committerMarc Alff <marc.alff@sun.com>2009-12-11 12:45:44 -0700
commiteadf9532fdee35e86544e13911549475af979f98 (patch)
tree9146823bd68c3c9f953a7d594ab33c7e380c86c6 /include/my_pthread.h
parentedd5ff174c063376fe8771be9d3f51fc343d9613 (diff)
downloadmariadb-git-eadf9532fdee35e86544e13911549475af979f98.tar.gz
Merge cleanup
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r--include/my_pthread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h
index bfb5a2f67f4..0b59aad56f9 100644
--- a/include/my_pthread.h
+++ b/include/my_pthread.h
@@ -148,8 +148,6 @@ int pthread_join(pthread_t thread, void **value_ptr);
#define pthread_detach_this_thread()
#define pthread_condattr_init(A)
#define pthread_condattr_destroy(A)
-#define pthread_yield() SwitchToThread()
-
/* per the platform's documentation */
#define pthread_yield() Sleep(0)