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 40cb601f32..6433849686 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -1069,7 +1069,6 @@ native_sleep(rb_thread_t *th, struct timespec *timeout_rel)
native_cond_timedwait(cond, lock, &timeout);
}
th->unblock.func = 0;
- th->unblock.arg = 0;
rb_native_mutex_unlock(lock);
}