summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-04 17:41:40 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-04 17:41:40 +0000
commitca253f40dbabfd4ce910155089ae5213b36340e8 (patch)
tree2a09d74fcfd42ab72865d3280370a6ca046fe4cf /thread.c
parent205d9ef125bdc8db4dc921b539c6cd2cc688df54 (diff)
* thread.c (rb_thread_critical): removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/thread.c b/thread.c
index c2227d8297..ae0daa5d50 100644
--- a/thread.c
+++ b/thread.c
@@ -931,8 +931,6 @@ rb_thread_schedule(void)
}
}
-int rb_thread_critical; /* TODO: dummy variable */
-
VALUE
rb_thread_blocking_region(
rb_blocking_function_t *func, void *data1,