1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* thread.c (rb_thread_critical): removed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2008-09-04 17:41:40 +00:00
parent 205d9ef125
commit ca253f40db
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Fri Sep 5 02:40:38 2008 Koichi Sasada <ko1@atdot.net>
* thread.c (rb_thread_critical): removed.
Fri Sep 5 01:22:23 2008 Tanaka Akira <akr@fsij.org> Fri Sep 5 01:22:23 2008 Tanaka Akira <akr@fsij.org>
* io.c (argf_mark): mark p->encs.ecopts. * io.c (argf_mark): mark p->encs.ecopts.

View file

@ -931,8 +931,6 @@ rb_thread_schedule(void)
} }
} }
int rb_thread_critical; /* TODO: dummy variable */
VALUE VALUE
rb_thread_blocking_region( rb_thread_blocking_region(
rb_blocking_function_t *func, void *data1, rb_blocking_function_t *func, void *data1,