X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=cacao.git;a=blobdiff_plain;f=src%2Fthreads%2Fposix%2Fthread-posix.hpp;h=e24f6cc2ee8fee6c75b1f7c1e6f61fb8a981211e;hp=32503c4da1a20bb7395b27ff561811d5231694c2;hb=67702ed5605e84f33724aeee9ccf5f82ea774084;hpb=fa8651a5a680d2f25e03d6df5fd275e70d5cc696 diff --git a/src/threads/posix/thread-posix.hpp b/src/threads/posix/thread-posix.hpp index 32503c4da..e24f6cc2e 100644 --- a/src/threads/posix/thread-posix.hpp +++ b/src/threads/posix/thread-posix.hpp @@ -256,7 +256,6 @@ inline static void thread_set_current(threadobject* t) result = pthread_setspecific(thread_current_key, t); if (result != 0) -#warning Use below method instead! //os::abort_errnum(result, "thread_set_current: pthread_setspecific failed"); vm_abort("thread_set_current: pthread_setspecific failed"); #endif