summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-13 01:16:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-13 01:16:36 +0000
commit665333e314a87b7178c79d079c15d085d5a2935f (patch)
tree415faf6b5a1bf34330cc401b2341aa6df8f97f48 /thread.c
parentd3ca0b29a6954432a3b8a3f0de17eacf1bd0f1d3 (diff)
thread_win32.c: disable currently unused functions
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thread.c b/thread.c
index 13e0b21b42..fd3db3648f 100644
--- a/thread.c
+++ b/thread.c
@@ -543,6 +543,7 @@ thread_cleanup_func(void *th_ptr, int atfork)
return;
native_mutex_destroy(&th->interrupt_lock);
+ native_cond_destroy(&th->interrupt_cond);
native_thread_destroy(th);
}