summaryrefslogtreecommitdiffstats
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
commit91f1071020b014465e2f63db732382f85c85b19f (patch)
tree2a09d74fcfd42ab72865d3280370a6ca046fe4cf /thread.c
parent601dcd010e7249a6f44e8fbbb7d36448d94481f0 (diff)
downloadruby-91f1071020b014465e2f63db732382f85c85b19f.tar.gz
ruby-91f1071020b014465e2f63db732382f85c85b19f.tar.xz
ruby-91f1071020b014465e2f63db732382f85c85b19f.zip
* thread.c (rb_thread_critical): removed.
git-svn-id: http://svn.ruby-lang.org/repos/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 c2227d829..ae0daa5d5 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,