* src/threads/posix/thread-posix.cpp: Eliminated some easy-to-fix or pointless compil...
[cacao.git] / src / threads / posix / thread-posix.hpp
index 32503c4da1a20bb7395b27ff561811d5231694c2..e24f6cc2ee8fee6c75b1f7c1e6f61fb8a981211e 100644 (file)
@@ -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