aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-19 01:35:04 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-19 01:35:04 +0000
commit4e21f58a70569b6fe97e58f7f234f21ee7e2744f (patch)
tree7553612b4b68a8f6bf2572936af3d40ecf6d11ac /vm_core.h
parent482b05a07f17a2dd650b773fc54545b48155eb98 (diff)
downloadruby-4e21f58a70569b6fe97e58f7f234f21ee7e2744f.tar.gz
revert r59359, r59356, r59355, r59354
These caused numerous CI failures I haven't been able to reproduce [ruby-core:82102] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59364 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 fce3cd4128..c23f50690e 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -574,7 +574,6 @@ typedef struct rb_vm_struct {
VALUE *defined_strings;
st_table *frozen_strings;
- st_table *tainted_frozen_strings;
/* params */
struct { /* size in byte */