summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-30 13:52:24 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-30 13:52:24 +0000
commit2e72d1c3236c8ec1c0cb8f35c1dd6b64fde02fce (patch)
tree2e2da5207fe5a6a725a3dcb2e55106d9fe8856b4 /vm_core.h
parent5d33dad16cc34c39e75f6e61fd469c69c86f8741 (diff)
revert r35486 (add rb_thread_t#yeiling field). because it doesn't help
to close a race. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38062 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 444dfe7c87..96b55c4931 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -478,7 +478,6 @@ typedef struct rb_thread_struct {
/* passing state */
int state;
- int yielding;
int waiting_fd;