summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-28 04:43:15 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-28 04:43:15 +0000
commit8111b32d685278de68e9eefe273524cf1266cff0 (patch)
tree64b27eb1db284fc800c10e8edacec3df404b50fb /vm_core.h
parentd5c463b5767c5bc57d79ba43a38edc3f3ad304b2 (diff)
* thread.c (thread_s_new): uses main_thread->status instead of
th->inhibit_thread_creation for preventing thread creation. * vm_core.h (rb_vm_struct): remove inhibit_thread_creation field. * thread.c (rb_thread_terminate_all): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 60f34cdc02..a3059e8c53 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -341,7 +341,6 @@ typedef struct rb_vm_struct {
VALUE thgroup_default;
int running;
- int inhibit_thread_creation;
int thread_abort_on_exception;
int trace_running;
volatile int sleeper;