summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index cd1e7bc48b..3954fc04c4 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -83,7 +83,6 @@ gvl_release(rb_vm_t *vm)
native_mutex_unlock(&vm->gvl.lock);
}
-#define HAVE_GVL_YIELD 1
static void
gvl_yield(rb_vm_t *vm, rb_thread_t *th)
{