aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-30 08:45:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-30 08:45:19 +0000
commit98df11f3be10800193847aa701e36ed0c3e72eb9 (patch)
tree7c7cf9121d6c2abfb36c30cad46e60e6d5621785 /thread_pthread.c
parent64938f3c352e74e118e6f7fd7cfe92c6be08c439 (diff)
downloadruby-98df11f3be10800193847aa701e36ed0c3e72eb9.tar.gz
thread_pthread.c: remove duplicate define
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index c4cbd77ac5..6edd5259ec 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -1559,8 +1559,6 @@ rb_thread_create_mjit_thread(void (*worker_func)(void))
return ret;
}
-#define USE_NATIVE_SLEEP_COND (1)
-
#if USE_NATIVE_SLEEP_COND
rb_nativethread_cond_t *
rb_sleep_cond_get(const rb_execution_context_t *ec)