diff options
author | Marc Alff <marc.alff@sun.com> | 2009-12-11 12:45:44 -0700 |
---|---|---|
committer | Marc Alff <marc.alff@sun.com> | 2009-12-11 12:45:44 -0700 |
commit | eadf9532fdee35e86544e13911549475af979f98 (patch) | |
tree | 9146823bd68c3c9f953a7d594ab33c7e380c86c6 /include/my_pthread.h | |
parent | edd5ff174c063376fe8771be9d3f51fc343d9613 (diff) | |
download | mariadb-git-eadf9532fdee35e86544e13911549475af979f98.tar.gz |
Merge cleanup
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r-- | include/my_pthread.h | 2 |
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) |